Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalpatel2106 committed Apr 13, 2018
1 parent 9abc927 commit f7fa607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ android:
- extra-android-m2repository

licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-preview-license-.'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

before_script:
- chmod +x gradlew #Grand permissions

before_install:
- yes | sdkmanager "build-tools;27.0.3"

script:
- ./gradlew assembleDebug -PdisablePreDex --stacktrace

0 comments on commit f7fa607

Please sign in to comment.