fix indent

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

View file

@ -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"