Run the full integrationTest/test on OSX

This commit is contained in:
Eric Peters 2019-10-19 11:49:16 -07:00
parent ead69fe395
commit 1249bf4d8e
1 changed files with 1 additions and 1 deletions

View File

@ -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"