CI: Rename build task to test

To clarify that it is running the unit tests too.
This commit is contained in:
Daniel Martí 2016-05-16 11:57:49 +01:00
parent 2d24a54033
commit d578327385

View File

@ -5,7 +5,7 @@ cache:
- .gradle/wrapper
- .gradle/caches
build:
test:
script:
- export GRADLE_USER_HOME=$PWD/.gradle
- ./gradlew assemble -PdisablePreDex