Skip to content

Commit

Permalink
Travis: allow failures under Debian 9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Oct 1, 2019
1 parent cbf4751 commit b8763e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ jobs:
on:
branch: master

# Allow failures with Debian 9 for now
allow_failures:
- os: linux
env: TASK=Test PYTHON=python3 CONFIG=DebugClnParser LINUX=debian-9 COMPILER=gcc
- os: linux
env: TASK=Test PYTHON=python3 CONFIG=ReleaseClnParser LINUX=debian-9 COMPILER=gcc

0 comments on commit b8763e9

Please sign in to comment.