Skip to content

Commit 516d3a0

Browse files
committed
TMP: always fail
1 parent 8994277 commit 516d3a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ script:
155155
else
156156
stamp src/ci/docker/run.sh $IMAGE;
157157
fi
158+
bash -c 'while true; do echo "Success."; sleep 300; done'
159+
exit 1
158160
fi
159161
160162
after_success:

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ test_script:
134134
- set SRC=.
135135
- set NO_CCACHE=1
136136
- sh src/ci/run.sh
137+
- bash -c 'while true; do echo "Success."; sleep 300; done'
138+
- exit 1
137139

138140
on_failure:
139141
- cat %CD%/sccache.log

0 commit comments

Comments
 (0)