1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

updating travis to jdk8

This commit is contained in:
Gard Rimestad 2014-10-24 13:25:11 +02:00 committed by Ivar Conradi Østhus
parent 8ea8f07b68
commit 9df44a90f3

View File

@ -1,5 +1,5 @@
language: java
jdk: oraclejdk7
jdk: oraclejdk8
script:
- cd unleash-server && npm install && npm test
- cd .. && cd unleash-client-java && mvn test