Skip to content

Commit cf95374

Browse files
committed
Add token
1 parent 54c8c23 commit cf95374

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: rust
22
rust: nightly
33
sudo: false
44

5+
env:
6+
global:
7+
# TRAVIS_TOKEN_CLIPPY_SERVICE
8+
secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
9+
510
script:
611
- python util/update_lints.py -c
712
- cargo build --features debugging
@@ -11,7 +16,7 @@ script:
1116
# only test regex_macros if it compiles
1217
- if [[ "$(cargo build --features 'debugging test-regex_macros')" = 101 ]]; then cargo test --features 'debugging test-regex_macros'; fi
1318

14-
# trigger rebuild of the clippy-service
19+
# trigger rebuild of the clippy-service, to keep it up to date with clippy itself
1520
after_success:
1621
- |
1722
#!/bin/bash

0 commit comments

Comments
 (0)