diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2018-07-09 13:35:03 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-09 20:21:23 +0200 |
commit | a663787720ceda90f84f68f237ec43f9284fd687 (patch) | |
tree | d840ec93800eca6f306e69f05087c84e51c8ae10 | |
parent | 97a5d22de4b91ead6a8d09931d176f5fe26c840d (diff) | |
download | sonarqube-a663787720ceda90f84f68f237ec43f9284fd687.tar.gz sonarqube-a663787720ceda90f84f68f237ec43f9284fd687.zip |
Document the sample projects
[skip ci]
-rw-r--r-- | server/sonar-docs/src/pages/integrations/github.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/integrations/github.md b/server/sonar-docs/src/pages/integrations/github.md index ec2977932fd..12034296f7e 100644 --- a/server/sonar-docs/src/pages/integrations/github.md +++ b/server/sonar-docs/src/pages/integrations/github.md @@ -12,8 +12,11 @@ You can connect to SonarCloud using your GitHub account. On the [login page](/#s SonarCloud currently does not trigger analyses automatically. It's up to you to launch them inside your existing CI scripts. Please follow the [tutorial](/#sonarcloud#/onboarding) to get started. -If you are using Travis CI, the SonarCloud Travis Add-on will make it easier to activate analyses. Simply follow -the [guide to integrating with Travis CI](https://docs.travis-ci.com/user/sonarcloud/). +### Using Travis CI? + +If you are using Travis CI, the SonarCloud Travis Add-on will make it easier to activate analyses: +* Read the [guide to integrate with Travis CI](https://docs.travis-ci.com/user/sonarcloud/) +* Check out the [various sample projects](https://github.com/SonarSource/sonarcloud_examples) (Java, TypeScript, C/C++, Go, ... etc) that are analyzed on SonarCloud on a frequent basis ## Activating pull request decoration |