Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Mar 21, 2017
1 parent 2b2ca28 commit 49e3788
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 @@ -23,7 +23,7 @@ env:
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
- if [ "$TRAVIS_RUST_VERSION" != "1.2.0" ]; then
cargo install cargo-travis && export PATH=$HOME/.cargo/bin:$PATH;
cargo install cargo-travis --force && export PATH=$HOME/.cargo/bin:$PATH;
fi

script:
Expand Down

0 comments on commit 49e3788

Please sign in to comment.