Skip to content

Commit 27fe4ab

Browse files
committed
debug 48866.
1 parent 780b544 commit 27fe4ab

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.travis.yml

+6-12
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ matrix:
1313
include:
1414
# Images used in testing PR and try-build should be run first.
1515
- env: IMAGE=x86_64-gnu-llvm-3.9 RUST_BACKTRACE=1
16-
if: type = pull_request OR branch = auto
16+
if: branch = auto
1717

1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19-
if: branch = try OR branch = auto
19+
if: branch = auto
2020

2121
# "alternate" deployments, these are "nightlies" but have LLVM assertions
2222
# turned on, they're deployed to a different location primarily for
2323
# additional testing.
2424
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
25-
if: branch = try OR branch = auto
25+
if: branch = auto
2626

2727
- env: >
2828
RUST_CHECK_TARGET=dist
@@ -36,7 +36,7 @@ matrix:
3636
NO_DEBUG_ASSERTIONS=1
3737
os: osx
3838
osx_image: xcode7.3
39-
if: branch = auto
39+
if: branch = try
4040
4141
# macOS builders. These are placed near the beginning because they are very
4242
# slow to run.
@@ -105,7 +105,7 @@ matrix:
105105
NO_DEBUG_ASSERTIONS=1
106106
os: osx
107107
osx_image: xcode7.3
108-
if: branch = auto
108+
if: branch = try
109109
110110
# Linux builders, remaining docker images
111111
- env: IMAGE=arm-android
@@ -248,7 +248,7 @@ before_script:
248248
script:
249249
- >
250250
date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
251-
- stamp sh -x -c "$RUN_SCRIPT"
251+
- stamp sh -x -c "$RUN_SCRIPT" || true
252252
- >
253253
date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
254254
@@ -258,12 +258,6 @@ after_success:
258258
df -h;
259259
du . | sort -nr | head -n100
260260
261-
after_failure:
262-
- >
263-
echo "#### Build failed; Disk usage after running script:";
264-
df -h;
265-
du . | sort -nr | head -n100
266-
267261
# One of these is the linux sccache log, one is the OSX sccache log. Instead
268262
# of worrying about what system we are just cat both. One of these commands
269263
# will fail but that's ok, they'll both get executed.

0 commit comments

Comments
 (0)