aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-05 16:51:05 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 17:13:16 +0100
commite851411f7fd6a1e9f8e94caf92ef10699acb03a9 (patch)
treeadfa5ee5511d0e4b6c7410279d302b42c9d987ee /.travis.yml
parenta1be1bb19a200cf6cc2e2685972623df96e553fd (diff)
downloadsonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.tar.gz
sonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.zip
Enable QA pipeline at SonarSource
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 15 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 19fdf98b294..c4d53d67376 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,16 +4,16 @@ 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=Plugins
+# - TARGET=POSTGRES
+# - TARGET=MYSQL
+# - TARGET=WEB
matrix:
@@ -27,9 +27,11 @@ cache:
- 'server/sonar-web/node_modules'
before_cache:
- - 'find ~/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rf {} \;'
- - 'find ~/.m2/repository -name maven-metadata-\* -exec rm {} \;'
- - 'find ~/.m2/repository -name resolver-status.properties -exec rm {} \;'
+ - 'find $HOME/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rf {} \;'
+ - 'find $HOME/.m2/repository -name maven-metadata-\* -exec rm {} \;'
+ - 'find $HOME/.m2/repository -name resolver-status.properties -exec rm {} \;'
+ # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy
+ - rm -rf $HOME/.m2/repository/org/sonarsource/sonarqube
notifications:
email: false