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:
- stable
- beta
cache: cargo
# cache: cargo
before_script:
- rustup component add rustfmt clippy
script:

Loading…
Cancel
Save