Skip to content

Commit

Permalink
Travis CI JVM passes so don't ignore failures anymore
Browse files Browse the repository at this point in the history
JVM testing has been fixed from one of my previous commits, so it is
okay for us to remove the `allow_failures` line for JVM.
  • Loading branch information
samcv committed Mar 22, 2017
1 parent 17212d2 commit 4e2ee32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -29,6 +29,6 @@ env:
- NQP_OPTIONS="--gen-moar=master"
- NQP_OPTIONS="--backends=jvm"

matrix:
allow_failures:
- env: NQP_OPTIONS="--backends=jvm"
#matrix:
# allow_failures:
# - env: NQP_OPTIONS="--backends=jvm"

0 comments on commit 4e2ee32

Please sign in to comment.