Update Travis config

This commit is contained in:
Taro L. Saito 2016-03-30 17:45:33 -07:00
parent 3ac8e1e7e7
commit 789278d2c7
1 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,12 @@ sudo: false
scala: scala:
- 2.11.7 - 2.11.7
jdk: jdk:
- openjdk6 - openjdk6
- openjdk7 - openjdk7
- oraclejdk7 - oraclejdk7
- oraclejdk8
branches: branches:
only: only:
@ -15,4 +17,3 @@ branches:
- develop - develop
script: ./sbt test script: ./sbt test