From 8c7046aa44e2c00183a6a2e2b1d869e19997d2a6 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 4 Jul 2015 14:31:44 -0700 Subject: [PATCH] Remove duplicative work from the builds in Travis --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80b5403..5339edb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,14 @@ jdk: - oraclejdk7 - oraclejdk8 -script: +# Using 'install' to run the clean to avoid Travis automatically calling +# `./gradlew assemble and duplicating my work +install: - ./gradlew clean + +# Invoke our default tasks, whatever is defined as important in the +# build.gradle file +script: - ./gradlew env: