We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e2cec commit b5b4e59Copy full SHA for b5b4e59
.travis.yml
@@ -22,7 +22,7 @@ matrix:
22
# Images used in testing PR and try-build should be run first.
23
- env: IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
24
name: x86_64-gnu-llvm-6.0
25
- if: type = pull_request OR branch = auto
+ if: branch = auto
26
27
- env: IMAGE=dist-x86_64-linux DEPLOY=1
28
name: dist-x86_64-linux
@@ -227,7 +227,7 @@ matrix:
227
if: branch = auto
228
- env: IMAGE=mingw-check
229
name: mingw-check
230
231
232
- stage: publish toolstate
233
if: branch = master AND type = push
0 commit comments