fix indent

This commit is contained in:
Mohamed Zenadi 2015-03-18 23:52:07 +01:00
parent cc33e26359
commit c272b5bad9

View file

@ -1,6 +1,6 @@
language: android language: android
android: android:
components: components:
- android-22 - android-22
- build-tools-22.0.0 - build-tools-22.0.0
@ -11,7 +11,7 @@ language: android
# 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"