]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
also lint private modules for module_inception, as that is the main issue
[rust.git] / .travis.yml
index 34e50956cc56b8b1a4d912866bd384c4f4a465c7..056b300f36bc7a8da88786d91580c7ba62abc7ed 100644 (file)
@@ -1,7 +1,11 @@
 language: rust
 rust: nightly
 sudo: false
-cache: cargo
+
+cache:
+  cargo: true
+  directories:
+  - clippy_lints/target
 
 env:
  global:
@@ -26,6 +30,7 @@ script:
  - cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
 
 after_success:
+- ./.github/deploy.sh
 # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
 - |
     #!/bin/bash