Skip to content

Commit

Permalink
Merge pull request #543 from dwhjames/topic/optimize-travis-script
Browse files Browse the repository at this point in the history
Optimize Travis script
  • Loading branch information
muuki88 committed Apr 6, 2015
2 parents 890a383 + efbcb2d commit a1b438c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: scala
os:
- linux
script:
- sbt ++$TRAVIS_SCALA_VERSION "test"
- sbt ++$TRAVIS_SCALA_VERSION "scripted rpm/* debian/* universal/* jar/*"
- sbt ++$TRAVIS_SCALA_VERSION --warn update compile test:compile && sbt ++$TRAVIS_SCALA_VERSION test "scripted rpm/* debian/* universal/* jar/*"
scala:
- 2.10.3
jdk:
Expand Down

0 comments on commit a1b438c

Please sign in to comment.