Closing conditional

This commit is contained in:
Asher Dawes
2018-06-01 12:16:58 -07:00
parent 91617141e7
commit 9168358987

View File

@@ -42,7 +42,7 @@ matrix:
- compiler: gcc
install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list &&
travis_retry sudo apt-get -y update && travis_retry sudo apt-get -y install -qq $PACKAGES
travis_retry sudo apt-get -y update && travis_retry sudo apt-get -y install -qq $PACKAGES; fi
- if [ -n "$RUST_TARGET" ]; then curl -sSf https://build.travis-ci.org/files/rustup-init.sh
| sh -s -- --default-toolchain stable -y && export PATH=$PATH:$HOME/.cargo/bin:$PATH && rustup target add $RUST_TARGET; fi
before_script: