Skip to content

Commit

Permalink
removed openjdk6 from build environments, since it appears to be
Browse files Browse the repository at this point in the history
unstable on travisCI (can take 30+ minutes to initialize the
environment)
  • Loading branch information
matt-deboer committed Oct 9, 2012
1 parent ecca5f4 commit e1415f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
jdk:
- oraclejdk7
- openjdk6
# - openjdk6
script: mvn -q clean install
# whitelist
branches:
Expand Down

0 comments on commit e1415f5

Please sign in to comment.