Skip to content

Commit 86d8d97

Browse files
author
Josh Deffibaugh
committed
Tweak travis
1 parent b38637d commit 86d8d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ before_script:
2222
- adb shell input keyevent 82 &
2323
script:
2424
- ./gradlew testAllModules
25-
- if [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ]; ./gradlew ship; fi
25+
- if [ "$TRAVIS_BRANCH" == "beta" ] || [ "$TRAVIS_BRANCH" == "master" ]; then ./gradlew ship; fi

0 commit comments

Comments
 (0)