Skip to content

Commit

Permalink
fix travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Oct 26, 2016
1 parent ff1bc58 commit 82ed596
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 @@ -18,7 +18,7 @@ before_install:
install:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
- export PATH=~/.cargo/bin:$PATH
- rustup target add ${HOST}
- if ! [[ $TRAVIS_OS_NAME == "osx" && $ARCH == "x86_64" ]]; then rustup target add ${HOST}; fi

script:
- cargo build --release --target=${HOST}
Expand Down

0 comments on commit 82ed596

Please sign in to comment.