aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2018-03-27 11:52:20 +0200
committerSonarTech <sonartech@sonarsource.com>2018-05-16 20:20:46 +0200
commit965717195e58808778753edd0daa0e3d9e831cdd (patch)
treef1aaeebba925cec8366fae5eccfa1f1f08fc11d6 /travis.sh
parent5073eb0f98e99ab0efbdd3f34b07a97f11e1d26c (diff)
downloadsonarqube-965717195e58808778753edd0daa0e3d9e831cdd.tar.gz
sonarqube-965717195e58808778753edd0daa0e3d9e831cdd.zip
Introduce Bitbucket Cloud Application
SONAR-10514 Bitbucket Cloud application install/uninstall * Bitbucket Cloud /install WS * Expose Bitbucket application descriptor as WS * Implement WS /integration/bitbucketcloud/uninstall SONAR-10517 Bitbucket Cloud settings widget * Create Bitbucket Cloud module * Create Bitbucket Setting widget * Bitbucket settings widget require SC authentication * Add WS /integration/bitbucketcloud/repo_config * Add WS /integration/bitbucketcloud/bind_repo * Add WS /integration/bitbucketcloud/after_login SONAR-10516 Bitbucket Cloud repository widget * Add WS /integration/bitbucketcloud/repo_widget * Add WS /integration/bitbucketcloud/repo_widget_data BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration SONAR-10605 Bitbucket Cloud PR widget * Add integration/bitbucketcloud/pr_widget endpoint * Add integration/bitbucketcloud/pr_widget_data endpoint
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index e854d1d0ac9..a116940add0 100755
--- a/travis.sh
+++ b/travis.sh
@@ -61,6 +61,7 @@ BUILD)
WEB_TESTS)
./gradlew :server:sonar-web:yarn :server:sonar-web:yarn_validate --no-daemon --console plain
+ ./gradlew :server:sonar-bitbucketcloud:yarn :server:sonar-bitbucketcloud:yarn_validate --no-daemon --console plain
./gradlew :server:sonar-vsts:yarn :server:sonar-vsts:yarn_validate --no-daemon --console plain
;;