Skip to content

Commit

Permalink
add sbt 1.0 build settings in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 23, 2017
1 parent 54c40ab commit bae0232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: scala

script: sbt compile scripted
matrix:
include:
- script: sbt "^^ 0.13.15" compile scripted
- script: sbt "^^ 1.0.0-RC2" compile scripted

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=0.13.16-M1
sbt.version=0.13.16-RC1

0 comments on commit bae0232

Please sign in to comment.