forked from fga-eps-mds/2017.1-Trezentos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (33 loc) · 793 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: android
jdk: oraclejdk8
sudo: require
env:
global:
- ANDROID_TARGET=android-22
- ANDROID_ABI=armeabi-v7a
android:
components:
- tools
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- android-24
- android-23
- android-22
- extra-google-m2repository
- extra-android-m2repository
- extra-android-support
- extra-google-google_play_services
- fastlane
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
before_install:
- bash .travis-android-license-bugfix.sh
before_script:
- chmod +x gradlew
- chmod a+x fastlane/travis.sh
script:
- ./fastlane/travis.sh