aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 17:18:56 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 17:18:56 +0100
commit323b19aff959444c27bec972761248b5194c42a6 (patch)
tree81cf921ec8b0ee6e8d9771e02900a70912a1dddf
parente851411f7fd6a1e9f8e94caf92ef10699acb03a9 (diff)
downloadsonarqube-323b19aff959444c27bec972761248b5194c42a6.tar.gz
sonarqube-323b19aff959444c27bec972761248b5194c42a6.zip
Fix .travis.yml
-rw-r--r--.travis.yml19
1 files changed, 9 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index c4d53d67376..ec25802274f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,16 +4,15 @@ install: true
jdk: oraclejdk7
script: ./travis.sh
-#env:
-# - TARGET=CI
-# - TARGET=IT IT_CATEGORY=Category1
-# - TARGET=IT IT_CATEGORY=Category2
-# - TARGET=IT IT_CATEGORY=Category3
-# - TARGET=IT IT_CATEGORY=Category4
-# - TARGET=IT IT_CATEGORY=Plugins
-# - TARGET=POSTGRES
-# - TARGET=MYSQL
-# - TARGET=WEB
+env:
+ - TARGET=CI
+ - TARGET=IT IT_CATEGORY=Category1
+ - TARGET=IT IT_CATEGORY=Category2
+ - TARGET=IT IT_CATEGORY=Category3
+ - TARGET=IT IT_CATEGORY=Category4
+ - TARGET=IT IT_CATEGORY=Category5
+ - TARGET=IT IT_CATEGORY=Plugins
+ - TARGET=WEB
matrix: