mirror of https://github.com/sbt/sbt.git
Merge pull request #301 from er1c/osx-tests
Run the full integrationTest/test on OSX
This commit is contained in:
commit
832d94739b
|
|
@ -45,7 +45,7 @@ matrix:
|
|||
- java -Xmx32m -version
|
||||
- unset SBT_OPTS
|
||||
script:
|
||||
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin
|
||||
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin universal:stage integrationTest/test
|
||||
- cd citest && ./test.sh
|
||||
|
||||
- name: "build using JDK 8 test using JDK 8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue