Change travis gradle task, small doc update (#295)

* Use gradle task build in travis

* Update CONTRIBUTING.md
This commit is contained in:
Jozef Hollý 2016-05-10 13:42:08 +02:00 committed by inorichi
parent 136136d055
commit c31f0b4bb3
2 changed files with 6 additions and 5 deletions

View file

@ -15,7 +15,7 @@ android:
before_script:
- chmod +x gradlew
#Build, and run tests
script: "./gradlew clean assembleDebug testDebugUnitTest"
script: "./gradlew clean build"
sudo: false
before_cache:
@ -25,4 +25,4 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
env:
- GRADLE_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
- GRADLE_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"