Skip to content

Commit

Permalink
do not cache the build artefacts on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Sep 6, 2018
1 parent 10323c7 commit d77fb85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ addons:
sources:
- kalakris-cmake

cache:
directories:
- /home/travis/.cargo

before_cache:
- rm -rf /home/travis/.cargo/registry

script:
- eval cargo build --verbose $FEATURES
- eval cargo test --verbose $FEATURES
Expand Down

0 comments on commit d77fb85

Please sign in to comment.