We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ea7c commit b3f7ee1Copy full SHA for b3f7ee1
.travis.yml
@@ -8,6 +8,7 @@ script:
8
- "./gradlew clean check"
9
after_success:
10
- test $TRAVIS_BRANCH = "master" && ./gradlew artifactoryPublish -PbintrayUsername="${BINTRAY_USER}" -PbintrayApiKey="${BINTRAY_KEY}"
11
+- test $TRAVIS_BRANCH = "master" && ./gradlew publishGhPages
12
before_cache:
13
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
14
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
0 commit comments