Skip to content

Commit

Permalink
Allow replay tests to fail on Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Dec 20, 2017
1 parent 2685139 commit b0271b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
- TASK=kompos-tests
- TASK=replay1-tests
- TASK=replay2-tests
allow_failures:
- TASK=replay1-tests
- TASK=replay2-tests

install: |
if [ "$TASK" = "checkstyle" ]
Expand Down

0 comments on commit b0271b6

Please sign in to comment.