Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ 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")) - (test $TRAVIS_OS_NAME == "osx" || (cd openssl && cargo test --features "$FEATURES")) Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ 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")) - (test $TRAVIS_OS_NAME == "osx" || (cd openssl && cargo test --features "$FEATURES"))