Browse Source

Closing conditional

pull/4/head
Asher Dawes 6 years ago
parent
commit
9168358987
  1. 2
      .travis.yml

2
.travis.yml

@ -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:

Loading…
Cancel
Save