aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-07-24 12:32:22 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-07-24 12:32:22 +0200
commita78844b0b83458912efa76aeff5631ffaac9cdcb (patch)
tree6d611e0944f876fb2dc13e1d615a25e092c759d3 /travis.sh
parent78afe1925d8d02a28516cc3768e8fc42e3d7b71d (diff)
downloadsonarqube-a78844b0b83458912efa76aeff5631ffaac9cdcb.tar.gz
sonarqube-a78844b0b83458912efa76aeff5631ffaac9cdcb.zip
Add measure and ui IT configuration in travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index b00eea4d8bd..551fa902f68 100755
--- a/travis.sh
+++ b/travis.sh
@@ -81,6 +81,16 @@ ITS_TESTING)
mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="testing" -Dmaven.test.redirectTestOutputToFile=false
;;
+ITS_MEASURE)
+ prepareIts
+ mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="measure" -Dmaven.test.redirectTestOutputToFile=false
+ ;;
+
+ITS_UI)
+ prepareIts
+ mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="ui" -Dmaven.test.redirectTestOutputToFile=false
+ ;;
+
ITS_PLUGINS)
prepareIts
mvn install -Pit,dev -DskipTests -Dsonar.runtimeVersion=DEV -Dcategory="plugins" -Dmaven.test.redirectTestOutputToFile=false