Skip to content

Commit

Permalink
[Travis] revert to default cargo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlitGhost authored and StarlitGhost committed Nov 5, 2019
1 parent 9410563 commit dbccccd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
script: cargo build --verbose --release; cargo test --verbose
script: cargo build --verbose --release
os:
- windows
- linux
- osx
cache:
directories:
- $TRAVIS_HOME/.cargo
before_cache:
- rm -rf $TRAVIS_HOME/.cargo/registry
cache: cargo
before_deploy:
- "if [[ -f target/release/gboxide ]]; then mv target/release/gboxide \"target/release/gboxide-$TRAVIS_TAG-$TRAVIS_OS_NAME\"; fi"
deploy:
Expand Down

0 comments on commit dbccccd

Please sign in to comment.