Skip to content

Commit

Permalink
[CI] now enables runs NIM_COMPILE_TO_CPP=true without allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 16, 2019
1 parent 3f77a41 commit a311ec8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ matrix:
- os: osx
env: NIM_COMPILE_TO_CPP=true

allow_failures:
- env: NIM_COMPILE_TO_CPP=true
# To allow failures for a failing configuration, use something like:
# allow_failures:
# - env: NIM_COMPILE_TO_CPP=true
# - os: osx

addons:
Expand Down

0 comments on commit a311ec8

Please sign in to comment.