File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ language: rust
2
2
rust : nightly
3
3
sudo : false
4
4
5
+ env :
6
+ global :
7
+ # TRAVIS_TOKEN_CLIPPY_SERVICE
8
+ secure : dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
9
+
5
10
script :
6
11
- python util/update_lints.py -c
7
12
- cargo build --features debugging
@@ -11,7 +16,7 @@ script:
11
16
# only test regex_macros if it compiles
12
17
- if [[ "$(cargo build --features 'debugging test-regex_macros')" = 101 ]]; then cargo test --features 'debugging test-regex_macros'; fi
13
18
14
- # trigger rebuild of the clippy-service
19
+ # trigger rebuild of the clippy-service, to keep it up to date with clippy itself
15
20
after_success :
16
21
- |
17
22
#!/bin/bash
You can’t perform that action at this time.
0 commit comments