Skip to content

Commit

Permalink
Merge pull request #225 from twitter/alexlevenson/sbt-launcher-upgrade
Browse files Browse the repository at this point in the history
Upgrade sbt launcher script (sbt-extras)
  • Loading branch information
johnynek committed Jul 24, 2015
2 parents 32f24a9 + 6c4ec07 commit 8d9b01a
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 224 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: scala
sudo: false
scala:
- 2.10.5
- 2.11.5
matrix:
include:
- scala: 2.10.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test

- scala: 2.11.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test
Loading

0 comments on commit 8d9b01a

Please sign in to comment.