aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4d0379b8bfeab482a70f227bb937f35f640e5e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
- nightly
- beta
- stable
os:
- osx
- linux
before_script:
- ./openssl/test/test.sh
script:
- (cd openssl && cargo test)
- (test $TRAVIS_OS_NAME == "osx" || (cd openssl && cargo test --features "$FEATURES"))