Test for all sbt versions on travis

This commit is contained in:
Johannes Rudolph 2017-10-23 16:20:00 +02:00
parent 0bbeea3977
commit cfa9f462cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ sudo: false
language: scala
jdk: oraclejdk7
script:
- sbt test scripted
- sbt ";^test ;^scripted"