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 e89a28a commit f8c31a8Copy full SHA for f8c31a8
.travis.yml
@@ -45,13 +45,12 @@ licenses:
45
- 'google-gdk-license-.+'
46
47
before_script:
48
- - chmod 755 gradlew #Grand permissions
+ - chmod +x gradlew #Grand permissions
49
- android list targets
50
- echo no | android create avd --force --name test --target $ANDROID_TARGET --abi $ANDROID_ABI #Create AVD for given api
51
- emulator -avd test -no-skin -no-audio -no-window & #Start emulator
52
53
script:
54
- - ./gradlew build jacocoTestReport assembleAndroidTest
55
- echo "Travis branch is $TRAVIS_BRANCH"
56
- echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST"
57
- android-wait-for-emulator
0 commit comments