Skip to content

Commit

Permalink
Allow failure for systemtest. precice/systemtests#280 needs to be sol…
Browse files Browse the repository at this point in the history
…ved.
  • Loading branch information
BenjaminRodenberg committed Apr 13, 2021
1 parent f8e97aa commit 54443e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
matrix:
matrix:
allow_failures:
- name: "Systemtests [failure allowed]"
include:
- os: linux
name: "Systemtests"
name: "Systemtests [failure allowed]"
if: fork = false AND ( branch = master OR branch = develop )
python: "3.6"
env: PY=python3
Expand Down

0 comments on commit 54443e0

Please sign in to comment.