[OMID-34] Fix Travis builds

HBase profile was missing in the maven commands after
we resolved [OMID-30]

Change-Id: I9c4570b185fe63a17ff273e352dbc1a2f6f679dd


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

Branch: refs/heads/master
Commit: c60aef1729ed6916f2a06c34012cbf53cb382d78
Parents: 5193038
Author: Francisco Perez-Sorrosal <fpe...@yahoo-inc.com>
Authored: Fri May 20 14:21:00 2016 -0700
Committer: Francisco Perez-Sorrosal <fpe...@yahoo-inc.com>
Committed: Fri May 20 14:56:54 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/c60aef17/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f4d2ff2..def7b94 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ script:
   - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; then
       git checkout master
       &&
-      mvn clean cobertura:cobertura
+      mvn clean cobertura:cobertura -Phbase-0
       &&
       mkdir failedTests
       &&
@@ -43,13 +43,13 @@ script:
       &&
       [ ! -f failedTests/testng-failed.xml ]
       &&
-      mvn coveralls:report
+      mvn coveralls:report -Phbase-0
       &&
       mvn -B clean release:prepare release:perform -Prelease_profile,hbase-0 
--settings bintray-settings.xml ;
     else
       git checkout -b tmp-build-branch
       &&
-      mvn clean test ;
+      mvn clean test -Phbase-0 ;
     fi
 
 after_success:

Reply via email to