Skip to content

Commit

Permalink
Add unit test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Nov 21, 2017
1 parent 2e62ed1 commit 0853578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ env:
global:
- ANDROID_HOME=$HOME/android-sdk
matrix:
- TASK="clean lintFlavorDefaultDebug --stacktrace"
- TASK="clean build check -x lint --stacktrace"
- TASK="clean lintFlavorDefaultDebug --stacktrace"
- TASK="clean testFlavorDefaultDebugUnitTest -x lint --stacktrace"

script: "./gradlew --no-daemon --parallel $TASK"

0 comments on commit 0853578

Please sign in to comment.