Include clean along with install run

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/480e8350
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/480e8350
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/480e8350

Branch: refs/heads/master
Commit: 480e83504e68d512909a19fd1e0278c10453a6b7
Parents: e3d2e65
Author: Joey Frazee <jfra...@apache.org>
Authored: Sat Jan 14 16:41:14 2017 -0600
Committer: Joey Frazee <jfra...@apache.org>
Committed: Sat Jan 14 16:41:14 2017 -0600

----------------------------------------------------------------------
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/480e8350/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2856613..088e654 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,5 @@ before_install:
 jdk:
   - oraclejdk8
 
-install: mvn -Dmaven.test.skip.exec=true clean -q
-
 # tests take too long to run and produce too much output to enable at this time
-script: mvn -Dmaven.test.skip.exec=true install -q -Pcontrib-check
+script: mvn clean install -q -Pcontrib-check -Dmaven.test.skip.exec=true

Reply via email to