infra: macos integration tests

This commit is contained in:
Roman Ivanov 2015-10-04 12:48:22 -07:00
parent e7edc7118d
commit 5c3dbda8d5
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ matrix:
- COVERAGE_CMD=""
# MacOS verify
- os: osx
env: DESC="MacOS verify" CMD="export JAVA_HOME=$(/usr/libexec/java_home) && mvn clean test" COVERAGE_CMD=""
env: DESC="MacOS verify" CMD="export JAVA_HOME=$(/usr/libexec/java_home) && mvn clean integration-test failsafe:verify " COVERAGE_CMD=""
script: eval $CMD