forked from wordpress-mobile/AztecEditor-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
29 lines (25 loc) · 637 Bytes
/
.travis.yml
File metadata and controls
29 lines (25 loc) · 637 Bytes
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
language: android
jdk: oraclejdk8
sudo: required
android:
components:
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- platform-tools
- tools
- build-tools-26.0.2
- android-26
env:
global:
- MALLOC_ARENA_MAX=2
- GRADLE_OPTS="-XX:MaxPermSize=4g -Xmx4g"
- ANDROID_SDKS=android-16
- ANDROID_TARGET=android-16
before_install:
# TODO: Remove the following line when Travis' platform-tools are updated to v24+
- echo yes | android update sdk -a --filter platform-tools --no-ui --force
script:
- ./gradlew build
- ./gradlew lint
- ./gradlew ktlint