Skip to content

Commit

Permalink
add sbt 1.0 test settings in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jul 24, 2017
1 parent cb68737 commit 9805f6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,6 +1,11 @@
language: scala
jdk: oraclejdk8
scala: 2.10.6
matrix:
include:
- env: SBT_VERSION="0.13.15"
- env: SBT_VERSION="1.0.0-RC2"
script:
- sbt "^^ ${SBT_VERSION}" test

# Build only master and version tags - http://stackoverflow.com/a/31882307/463761
branches:
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -3,7 +3,6 @@ name := "sbt-dirty-money"
version := "0.1.1-SNAPSHOT"

sbtPlugin := true
scalaVersion := "2.10.6"

description := "sbt plugin for cleaning Ivy2 cache"
licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-dirty-money/blob/master/LICENSE"))
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.16-RC1

0 comments on commit 9805f6f

Please sign in to comment.