Skip to content

Commit

Permalink
Merge pull request #41 from sbt/wip/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
eed3si9n authored Jul 29, 2017
2 parents 549cdd3 + 010d4dc commit faccf80
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
language: scala

sudo: false
jdk: oraclejdk7

script:
- sbt test scripted
- sbt "++${TRAVIS_SCALA_VERSION}" "^^${SBT_VERSION}" test scripted

matrix:
include:
- env: SBT_VERSION="0.13.16"
jdk: openjdk7
scala: 2.10.6

- env: SBT_VERSION="1.0.0-RC3"
jdk: oraclejdk8
scala: 2.12.2

cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt

before_cache:
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete

0 comments on commit faccf80

Please sign in to comment.