Skip to content

Commit

Permalink
TMP: always fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNN committed Apr 23, 2017
1 parent 8994277 commit 516d3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ script:
else
stamp src/ci/docker/run.sh $IMAGE;
fi
bash -c 'while true; do echo "Success."; sleep 300; done'
exit 1
fi
after_success:
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ test_script:
- set SRC=.
- set NO_CCACHE=1
- sh src/ci/run.sh
- bash -c 'while true; do echo "Success."; sleep 300; done'
- exit 1

on_failure:
- cat %CD%/sccache.log
Expand Down

0 comments on commit 516d3a0

Please sign in to comment.