aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-20 21:45:22 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-21 10:05:08 +0100
commit7def7f15c9d024f2941680b3a82bd8a35cbfcd7c (patch)
tree7f41ec952c077d4334678f9616874e9f62f068de /.travis.yml
parent5f09ded3a60950b1db7714f70f66850216acbff9 (diff)
downloadsonarqube-7def7f15c9d024f2941680b3a82bd8a35cbfcd7c.tar.gz
sonarqube-7def7f15c9d024f2941680b3a82bd8a35cbfcd7c.zip
Ability to release versions without build number in artifact filenames
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b089bd33d91..a6f90221a1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ jdk: oraclejdk8
script: ./travis.sh
env:
- - TARGET=CI
- - TARGET=WEB
+ - TARGET=BUILD
+ - TARGET=WEB_TESTS
matrix:
fast_finish: true