Browse Source

attempting to remove cache to bump version

pull/102/head
Jason Williams 5 years ago
parent
commit
fe83cec31f
  1. 2
      .travis.yml

2
.travis.yml

@ -2,7 +2,7 @@ language: rust
rust: rust:
- stable - stable
- beta - beta
cache: cargo # cache: cargo
before_script: before_script:
- rustup component add rustfmt clippy - rustup component add rustfmt clippy
script: script:

Loading…
Cancel
Save