Skip to content

Commit f8c31a8

Browse files
authored
Update .travis.yml
1 parent e89a28a commit f8c31a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ licenses:
4545
- 'google-gdk-license-.+'
4646

4747
before_script:
48-
- chmod 755 gradlew #Grand permissions
48+
- chmod +x gradlew #Grand permissions
4949
- android list targets
5050
- echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI #Create AVD for given api
5151
- emulator -avd test -no-skin -no-audio -no-window & #Start emulator
5252

5353
script:
54-
- ./gradlew build jacocoTestReport assembleAndroidTest
5554
- echo "Travis branch is $TRAVIS_BRANCH"
5655
- echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST"
5756
- android-wait-for-emulator

0 commit comments

Comments
 (0)