Skip to content

Commit

Permalink
Build only on OpenJDK 6 to avoid network failures with many workers
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jun 24, 2014
1 parent b2adeec commit 29aad01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
- openjdk6
- openjdk7
# - oraclejdk7
# - oraclejdk8
# - openjdk7

before_install:
- mvn install -DskipTests=true -e
Expand Down

0 comments on commit 29aad01

Please sign in to comment.