Skip to content

Commit

Permalink
Fix travis cache (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa authored and taiki-e committed Sep 16, 2019
1 parent 857cb8d commit 2c47b98
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: rust
rust:
- nightly

cache:
directories:
- $HOME/.cargo
- $HOME/.rustup

matrix:
include:
- name: cargo fmt
Expand All @@ -23,5 +28,3 @@ matrix:
- name: cargo test
script:
- cargo test --verbose

cache: cargo

0 comments on commit 2c47b98

Please sign in to comment.