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