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
parent 6bf0e38a2b
commit 79b603b8ca

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