You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/07/25 20:08:21 UTC

git commit: Update travis build command.

Repository: incubator-twill
Updated Branches:
  refs/heads/master 6f43df38b -> efaeb20ee


Update travis build command.

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

Branch: refs/heads/master
Commit: efaeb20eeece3ebf44118f7ff19343c9ab955a59
Parents: 6f43df3
Author: Terence Yim <te...@continuuity.com>
Authored: Fri Jul 25 11:08:15 2014 -0700
Committer: Terence Yim <te...@continuuity.com>
Committed: Fri Jul 25 11:08:15 2014 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/efaeb20e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 95bd895..c6bdfce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,9 @@ branches:
     - /^branch\-.*$/
     - /^feature\/.*$/
 
-script: mvn install -P $PROFILE
+script: mvn test -P $PROFILE
 
-install: true
+install: mvn install -P $PROFILE -DskipTests=true
 
 env:
   - PROFILE='hadoop-2.0'