Merge pull request #301 from er1c/osx-tests

Run the full integrationTest/test on OSX
This commit is contained in:
eugene yokota 2019-10-19 17:28:13 -04:00 committed by GitHub
commit 832d94739b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"