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 d00f57f commit e16b85fCopy full SHA for e16b85f
.travis.yml
@@ -5,5 +5,5 @@ language: groovy
5
script:
6
- "gradle build"
7
after_script:
8
-- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then "gradle uploadArchives";
+- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then gradle uploadArchives;
9
fi
0 commit comments