aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 2a8eee47e280fd4c882f64053a477c11c3717733 (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 && LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH cargo test --features "$FEATURES"))