aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-19 12:34:58 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-20 15:34:01 +0200
commit92ab1dc3ea53612ebb8b309e8ecd3cb0580bb247 (patch)
tree5c413508e7914a1f8870aae57432f1946c55085f /.travis.yml
parentb06fb8e9b04ed583b38ecb5ebaaaa9822988dac4 (diff)
downloadsonarqube-92ab1dc3ea53612ebb8b309e8ecd3cb0580bb247.tar.gz
sonarqube-92ab1dc3ea53612ebb8b309e8ecd3cb0580bb247.zip
Execute only Lite ITs on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 921480a0f93..508a145b9c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,8 @@ 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=Category5
- TARGET=WEB
-
matrix:
fast_finish: true
@@ -21,8 +15,8 @@ cache:
directories:
- $HOME/.m2/repository
- $HOME/.sonar
- - 'server/sonar-web/node'
- - 'server/sonar-web/node_modules'
+ - server/sonar-web/node
+ - server/sonar-web/node_modules
before_cache:
# remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy