Update travis.

This commit is contained in:
ClementTsang 2020-02-25 21:52:57 -05:00
parent 0660184099
commit 81653e6000
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ script:
- cargo clippy -- -D clippy::all
- cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET
- cargo install --target $TARGET
- cargo install --path . --target $TARGET
# Need to cache the whole `.cargo` directory to keep .crates.toml for cargo-update to work
cache: