From 7b339838ea9271fea373f36607c0a6f94bd58be1 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 26 May 2018 22:24:59 -0700 Subject: [PATCH] Fixed composite command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd14a38bb..c45e82a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ install: - source /home/travis/google-cloud-sdk/path.bash.inc - sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list - travis_retry sudo apt-get -y update && sudo apt-get -y install -qq $PACKAGES -- if [ $TARGET_PLATFORM = Win64 ]; then curl -sSf https://build.travis-ci.org/files/rustup-init.sh +- if [ $TARGET_PLATFORM = win64 ]; 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; fi - if [ $TARGET_PLATFORM = win64 ]; then rustup target add $RUST_TARGET; fi