Merge pull request #142 from xuwei-k/patch-1

use oraclejdk8
This commit is contained in:
Johannes Rudolph 2017-10-26 09:41:09 +02:00 committed by GitHub
commit 1a56850401
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
sudo: false
language: scala
jdk: oraclejdk7
jdk: oraclejdk8
script:
- sbt ";^test ;^scripted"