From 6a79349a6fb1cee46c1ba4a6df7b04378707993d Mon Sep 17 00:00:00 2001 From: MiracleM4n Date: Sat, 26 Apr 2014 11:40:31 -0400 Subject: [PATCH] [Travis] Set "install" stage to true. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7c84eef..1e25951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: - "chmod +x target/travis/upload.sh" # Compile and package JAR and set build properties. +install: true script: ./target/travis/build.sh # Upload to DBO if release build / Upload to AWS always.