From 9ab20b05fcba13f1e18d32d9a476accbb34631ee Mon Sep 17 00:00:00 2001 From: Sergio Gutierrez Date: Fri, 23 Dec 2016 17:08:38 +0100 Subject: [PATCH] Add test phase to travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f85c807..63696094 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ android: - extra-android-m2repository script: - ./gradlew checkstyle build + ./gradlew checkstyle build test