Browse Source

Travis: try to fix allow_failures

refactoring
Matthias Volk 7 years ago
parent
commit
d6056d71fa
  1. 3
      .travis.yml

3
.travis.yml

@ -75,8 +75,11 @@ jobs:
on:
branch: master
# Allow failures of stable versions as new features might have been added
allow_failures:
- os: linux
compiler: gcc
env: TASK=Test CONFIG=Release DOCKER=storm:1.2.1 PYTHON=python3
- os: linux
compiler: gcc
env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.1-debug PYTHON=python3
Loading…
Cancel
Save