Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Test against multiple JDKs (#584)
Browse files Browse the repository at this point in the history
Travis CI runs tests on different JDKs in parallel.
So there will be the benefit of additional plaform testing, without much
of a performance hit.
  • Loading branch information
ChristianMurphy authored and vertein committed Mar 16, 2017
1 parent 4ac61a6 commit 4f8710e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ before_install:
- npm install
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
sudo: false
script:
- mvn package
Expand Down

0 comments on commit 4f8710e

Please sign in to comment.