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:
- 2.11.7
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
branches:
only:
@ -15,4 +17,3 @@ branches:
- develop
script: ./sbt test