Update travis.yml to build for JDK8 and also call the package goal

This commit is contained in:
Doug Morato 2015-08-20 17:09:49 -04:00
parent 62a526f3bb
commit 656a37a403

View File

@ -1,6 +1,7 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
install: /bin/true
script:
- mvn clean install
- mvn clean package install