diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-20 21:45:22 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-21 10:05:08 +0100 |
commit | 7def7f15c9d024f2941680b3a82bd8a35cbfcd7c (patch) | |
tree | 7f41ec952c077d4334678f9616874e9f62f068de /.travis.yml | |
parent | 5f09ded3a60950b1db7714f70f66850216acbff9 (diff) | |
download | sonarqube-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.yml | 4 |
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 |