fix indent
This commit is contained in:
parent
cc33e26359
commit
c272b5bad9
1 changed files with 12 additions and 12 deletions
24
.travis.yml
24
.travis.yml
|
@ -1,17 +1,17 @@
|
||||||
language: android
|
language: android
|
||||||
|
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- android-22
|
- android-22
|
||||||
- build-tools-22.0.0
|
- build-tools-22.0.0
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
# ok no tests for now
|
# ok no tests for now
|
||||||
# - sys-img-x86-android-22
|
# - sys-img-x86-android-22
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
|
- GRADLE_OPTS="-Xms40m -Xmx3g -XX:MaxPermSize=3g"
|
||||||
|
|
||||||
script: "./gradlew clean build test -Dpre-dex=false"
|
script: "./gradlew clean build test -Dpre-dex=false"
|
||||||
|
|
Loading…
Reference in a new issue