Skip to content

Commit

Permalink
Made trvis build work for sbt cross building
Browse files Browse the repository at this point in the history
  • Loading branch information
albuch committed Aug 3, 2017
1 parent 55be337 commit f51da73
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: scala
scala:
- 2.10.6
jdk:
- oraclejdk8
- oraclejdk7
script: "sbt clean test scripted"
matrix:
include:
- env: SBT_VERSION="0.13.16"
jdk: oraclejdk7
- env: SBT_VERSION="1.0.0-RC3"
jdk: oraclejdk8
script:
- sbt "^^ ${SBT_VERSION}" clean test scripted
cache:
directories:
- "$HOME/.ivy2/cache"
- "$HOME/.sbt/launchers"
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
sudo: false
# commented out until sbt-coveralls plugin is fixed
#after_success: "sbt coveralls"

0 comments on commit f51da73

Please sign in to comment.