Skip to content

Commit e16b85f

Browse files
committed
Update .travis.yml
1 parent d00f57f commit e16b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ language: groovy
55
script:
66
- "gradle build"
77
after_script:
8-
- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then "gradle uploadArchives";
8+
- if [[ $TRAVIS_TEST_RESULT == 0 && "$TRAVIS_BRANCH" == "master" ]]; then gradle uploadArchives;
99
fi

0 commit comments

Comments
 (0)