From ab35672c941474cef188452601588f926c84a5d6 Mon Sep 17 00:00:00 2001 From: Ryan Moore Date: Thu, 7 Apr 2016 16:39:23 -0600 Subject: [PATCH] Update .travis.yml Added the jar option to the build to make sure all the modules in the project compile. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 231edcda2..6769645de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ jdk: - oraclejdk8 - oraclejdk7 - openjdk7 -script: ./gradlew -S clean ds3-sdk:test +script: ./gradlew -S clean jar ds3-sdk:test