Skip to content

Commit

Permalink
Always run integrationTests on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed May 29, 2014
1 parent a4c2d46 commit 207556e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1 +1 @@
script: "chmod 755 gradlew && ./gradlew test"
script: "chmod 755 gradlew && ./gradlew check"
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -109,6 +109,8 @@ task doIntegrationTest24(type: Test) {
task integrationTest(dependsOn: [ doIntegrationTest21, doIntegrationTest22,
doIntegrationTest23, doIntegrationTest24])

check.dependsOn integrationTest

// define artifacts for upload
artifacts {
archives jar
Expand Down

0 comments on commit 207556e

Please sign in to comment.