Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Jul 26, 2017
1 parent 93fbf4f commit 70dc655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android:
jdk:
- oraclejdk8
script:
- ./gradlew clean publish jacocoTestReport coveralls
- ./gradlew clean check publish jacocoTestReport coveralls
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if (isRelease()) {
}
}

publish.dependsOn(['check', bintrayUpload])
publish.dependsOn([bintrayUpload])
bintrayUpload.dependsOn(['generatePomFileForPluginMavenPublication',
sourcesJar,
javadocJar])
Expand Down

0 comments on commit 70dc655

Please sign in to comment.