Skip to content

Commit

Permalink
Use same sbt command line for test and doc
Browse files Browse the repository at this point in the history
This makes Travis complete much more quickly.
  • Loading branch information
havocp committed Mar 7, 2015
1 parent 59a7c00 commit 3547ace
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 @@ -18,8 +18,7 @@ jdk:
- oraclejdk8

script:
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION doc
- sbt ++$TRAVIS_SCALA_VERSION test doc

# Remove to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete
Expand Down

0 comments on commit 3547ace

Please sign in to comment.