From 3460360017e246168424902a60abcde8790bb694 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Mon, 17 Nov 2014 14:03:48 -0500 Subject: [PATCH] Switch back to android build to get the tools --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 762df1b..98ac833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ -language: java +# We still need android to get the build tools/support libraries +language: android script: "bash gradlew jacocoTestReport" \ No newline at end of file