Skip to content

Commit cb823df

Browse files
committed
throwaway commit: Test Travis build only on x86_64 musl
1 parent cafc01e commit cb823df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
include:
1818
# Images used in testing PR and try-build should be run first.
1919
- env: IMAGE=x86_64-gnu-llvm-5.0 RUST_BACKTRACE=1
20-
if: type = pull_request OR branch = auto
20+
if: branch = auto
2121

2222
- env: IMAGE=dist-x86_64-linux DEPLOY=1
2323
if: branch = try OR branch = auto
@@ -159,7 +159,7 @@ matrix:
159159
- env: IMAGE=dist-x86_64-freebsd DEPLOY=1
160160
if: branch = auto
161161
- env: IMAGE=dist-x86_64-musl DEPLOY=1
162-
if: branch = auto
162+
# if: branch = auto
163163
- env: IMAGE=dist-x86_64-netbsd DEPLOY=1
164164
if: branch = auto
165165
- env: IMAGE=asmjs
@@ -185,7 +185,7 @@ matrix:
185185
- env: IMAGE=x86_64-gnu-distcheck
186186
if: branch = auto
187187
- env: IMAGE=mingw-check
188-
if: type = pull_request OR branch = auto
188+
if: branch = auto
189189

190190
- stage: publish toolstate
191191
if: branch = master AND type = push

0 commit comments

Comments
 (0)