Skip to content

Commit

Permalink
use || with test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 15, 2016
1 parent afb2b4f commit 5c03bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:
- curl https://static.rust-lang.org/rustup.sh |
sh -s -- --add-target=$TARGET --disable-sudo -y --prefix=`rustc --print sysroot`
# needed to be able to compile the libssh2-sys crate
- test $TRAVIS_OS_NAME = osx && export OPENSSL_ROOT_DIR=`brew --prefix openssl`
- test $TRAVIS_OS_NAME = linux || export OPENSSL_ROOT_DIR=`brew --prefix openssl`

script:
- cargo generate-lockfile
Expand Down

0 comments on commit 5c03bd3

Please sign in to comment.