summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 15:20:25 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 15:20:25 -0400
commit5cfbaf672d8bbd4e540d449cbc4efaba7364ecfb (patch)
treec6265b9df16496690be08e7b19f7dabf1c80f697
parent4cc403b594a97499bd3cf2b7a019398bc288a25b (diff)
travis: move cargo install test to script rather than deploy
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 53d5324e..2a0382d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,6 +43,7 @@ script:
if [[ $TRAVIS_RUST_VERSION != "1.40.0" ]]; then
cargo test --verbose --target $TARGET;
fi
+ - cargo install --path . --target $TARGET
before_cache:
- rm -rf /home/travis/.cargo/git
@@ -56,7 +57,6 @@ notifications:
on_success: never
before_deploy:
- - cargo install --path . --target $TARGET
- cargo update
- |
if [[ $TRAVIS_OS_NAME == "windows" ]]; then