Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Travis should run the integration tests.
Browse files Browse the repository at this point in the history
 * Ideally, there should be a pipeline with a normal build and integration tests but it seems Travis does not support this yet: travis-ci/travis-ci#413
  • Loading branch information
frankscholten committed Nov 4, 2016
1 parent c2cb207 commit 0dbd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]
GH_SONARQ_PARAMS="jacocoTestReport sonarqube -Dsonar.host.url=$SQ_URL -Dsonar.jdbc.url=$SQ_JDBC_URL -Dsonar.jdbc.driverClassName=org.postgresql.Driver -Dsonar.jdbc.user=$SQ_JDBC_USER -Dsonar.jdbc.password=$SQ_JDBC_PASSWORD"
fi

./gradlew --info --stacktrace clean build $GH_SONARQ_PARAMS
./gradlew --info --stacktrace clean build integrationTest $GH_SONARQ_PARAMS

0 comments on commit 0dbd6ae

Please sign in to comment.