Skip to content

Commit

Permalink
Allow not yet succeeding jobs to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 27, 2018
1 parent 14949e4 commit ce14e72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -51,6 +51,16 @@ script:

jobs:
fast_finish: true
allow_failures:
- os: osx
env:
TRAVIS_PYTHON_VERSION: "2.6"
- os: osx
env:
TRAVIS_PYTHON_VERSION: "2.7"
- os: osx
env:
TRAVIS_PYTHON_VERSION: "pypy3.5-5.10.1"
include:
- <<: *osx_python
env:
Expand Down

0 comments on commit ce14e72

Please sign in to comment.