Skip to content

Commit e89a28a

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

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
@@ -45,7 +45,7 @@ licenses:
4545
- 'google-gdk-license-.+'
4646

4747
before_script:
48-
- chmod +x gradlew #Grand permissions
48+
- chmod 755 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

0 commit comments

Comments
 (0)