Skip to content

Commit

Permalink
Revert "Allow specs to fail until regression from #4299 is fixed."
Browse files Browse the repository at this point in the history
This reverts commit a942825.
  • Loading branch information
headius committed Nov 17, 2016
1 parent a942825 commit 0b3290f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ matrix:
allow_failures:
- env: PHASE='-Pj2ee'
jdk: oraclejdk7
- env: PHASE='-Prake -Dtask=spec:ruby:fast'
# NOTE: build seems to never start (waited for any to finish for more than a day) - probably a travis-ci bug
#- env: PHASE='-Pmain'
# sudo: required
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ DO NOT MODIFIY - GENERATED CODE
<plugin>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-maven-plugin</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
<executions>
<execution>
<id>install_gems</id>
Expand Down Expand Up @@ -364,7 +364,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 0b3290f

Please sign in to comment.