From cf95374486bccf7f665aa695ad669256f3bbc8e2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 29 Mar 2016 18:45:58 +0530 Subject: [PATCH] Add token --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 322e03258d49..3f727555bd73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ language: rust rust: nightly sudo: false +env: + global: + # TRAVIS_TOKEN_CLIPPY_SERVICE + secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI= + script: - python util/update_lints.py -c - cargo build --features debugging @@ -11,7 +16,7 @@ script: # only test regex_macros if it compiles - if [[ "$(cargo build --features 'debugging test-regex_macros')" = 101 ]]; then cargo test --features 'debugging test-regex_macros'; fi -# trigger rebuild of the clippy-service +# trigger rebuild of the clippy-service, to keep it up to date with clippy itself after_success: - | #!/bin/bash