Skip to content

Commit

Permalink
Make travis build on more JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 4, 2012
1 parent b5661d4 commit 76311fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,9 @@
language: java language: java
script: mvn -q clean install script: mvn -q clean install
jdk:
- openjdk6
- openjdk7
- oraclejdk7
# whitelist # whitelist
branches: branches:
only: only:
Expand Down

0 comments on commit 76311fa

Please sign in to comment.