Make travis builds not cache (#290)
See https://levans.fr/rust_travis_cache.html. I suspect it is causing failures like https://travis-ci.org/graphql-rust/juniper/jobs/465442258 as well.
This commit is contained in:
parent
4858f90a70
commit
78d5ab795b
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,6 +1,4 @@
|
||||||
language: rust
|
language: rust
|
||||||
cache: cargo
|
|
||||||
sudo: true
|
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
@ -59,14 +57,3 @@ deploy:
|
||||||
after_deploy:
|
after_deploy:
|
||||||
- cd juniper_codegen && cargo publish --token "$CRATES_IO_TOKEN" && cd ..
|
- cd juniper_codegen && cargo publish --token "$CRATES_IO_TOKEN" && cd ..
|
||||||
- cd juniper && cargo publish --token "$CRATES_IO_TOKEN" && cd ..
|
- cd juniper && cargo publish --token "$CRATES_IO_TOKEN" && cd ..
|
||||||
|
|
||||||
before_cache:
|
|
||||||
rm -rf target/debug/juniper*
|
|
||||||
rm -rf target/debug/libjuniper*
|
|
||||||
rm -rf target/debug/.fingerprint/juniper*
|
|
||||||
|
|
||||||
rm -rf target/release/juniper*
|
|
||||||
rm -rf target/release/libjuniper*
|
|
||||||
rm -rf target/release/.fingerprint/juniper*
|
|
||||||
|
|
||||||
rm -rf target/package/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue