diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-02-04 17:49:07 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-07 20:02:53 +0000 |
commit | d0c2577e9290da2bd4d2ab98f96e5d374a548bff (patch) | |
tree | e6e3582d0c382d5accd7db0207d7e6f157fe3714 /.travis.yml | |
parent | ea660b1b652e86820c693f9f5a1db75d1a05a078 (diff) | |
download | sonarqube-d0c2577e9290da2bd4d2ab98f96e5d374a548bff.tar.gz sonarqube-d0c2577e9290da2bd4d2ab98f96e5d374a548bff.zip |
[NO-JIRA] Generate and consume frontend code coverage reports
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index f2f9dbcffa9..c46a4fd91ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,7 @@ branches: except: - /^dogfood\/.*$/ - public_master - -env: - - TARGET=BUILD - - TARGET=WEB_TESTS - + matrix: fast_finish: true |