diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-03-12 10:48:44 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-26 20:20:57 +0200 |
commit | ea341da5bb721a4d833c3dd324162bbb0bc04642 (patch) | |
tree | 856834be64b032fdcff68abbbc939a7b1c2f28ba /travis.sh | |
parent | 9ac78350022bfadca4845a42cb600dfa762fb66b (diff) | |
download | sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.tar.gz sonarqube-ea341da5bb721a4d833c3dd324162bbb0bc04642.zip |
VSTS-141 Move vsts integration to it's own module
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index aa22640cb1d..0e3207b53ca 100755 --- a/travis.sh +++ b/travis.sh @@ -150,8 +150,9 @@ WEB_TESTS) curl -o- -L https://yarnpkg.com/install.sh | bash export PATH=$HOME/.yarn/bin:$PATH cd server/sonar-web && yarn && yarn validate + cd ../sonar-vsts && yarn && yarn validate ;; - + *) echo "Unexpected TARGET value: $TARGET" exit 1 |