Skip to content

Commit

Permalink
Remove allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jandecaluwe committed Oct 25, 2015
1 parent cb06b1e commit 97dd4e3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ env:
- CI_TARGET=iverilog
- CI_TARGET=ghdl

matrix:
allow_failures:
- python: "3.4"
env: CI_TARGET=iverilog
- python: "3.4"
env: CI_TARGET=ghdl
- python: "3.5"
env: CI_TARGET=iverilog
- python: "3.5"
env: CI_TARGET=ghdl
# matrix:
# allow_failures:
# - python: "3.4"
# env: CI_TARGET=iverilog
# - python: "3.4"
# env: CI_TARGET=ghdl
# - python: "3.5"
# env: CI_TARGET=iverilog
# - python: "3.5"
# env: CI_TARGET=ghdl

script: ./scripts/ci.sh

Expand Down

1 comment on commit 97dd4e3

@jandecaluwe
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this commit, the full test suite passes on all supported platforms.

Please sign in to comment.