X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=056b300f36bc7a8da88786d91580c7ba62abc7ed;hb=12a82b2007b78594369ffd3ce089437dfe62dab5;hp=d33f8604bcfdcece4aca846f7f1c6d42ecb77019;hpb=edf32625004aa1335b954a68203d29b05996c95f;p=rust.git diff --git a/.travis.yml b/.travis.yml index d33f8604bcf..056b300f36b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ language: rust rust: nightly sudo: false -cache: cargo + +cache: + cargo: true + directories: + - clippy_lints/target env: global: @@ -26,13 +30,7 @@ script: - cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd .. after_success: -# only test regex_macros if it compiles -- | - #!/bin/bash - cargo test --no-run --features 'debugging test-regex_macros' - if [ "$?" != 101 ]; then - cargo test --features 'debugging test-regex_macros' compile_test - fi +- ./.github/deploy.sh # trigger rebuild of the clippy-service, to keep it up to date with clippy itself - | #!/bin/bash