Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
#150, test: Another try to resolve travis build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaschmidt committed Jun 20, 2016
1 parent 9355139 commit c10328d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jdk:
# - codecov

script:
- sbt -jvm-opts travis/jvmopts clean compile
- sbt -jvm-opts travis/jvmopts clean
- sbt -jvm-opts travis/jvmopts '++ 2.11.8 api/compile'
- sbt -jvm-opts travis/jvmopts '++ 2.10.5 common/compile' '++ 2.10.5 common/publishLocal'
- sbt -jvm-opts travis/jvmopts '++ 2.10.5 swaggerModel/compile' '++ 2.10.5 swaggerModel/publishLocal'
- sbt -jvm-opts travis/jvmopts '++ 2.10.5 apiFirstCore/compile' '++ 2.10.5 apiFirstCore/publishLocal'
# - sbt -jvm-opts travis/jvmopts clean compile
# - sbt -jvm-opts travis/jvmopts test
# - sbt -jvm-opts travis/jvmopts_scripted scripted
# - sbt -jvm-opts travis/jvmopts < travis_coverage_script.txt
Expand Down

0 comments on commit c10328d

Please sign in to comment.