Pārlūkot izejas kodu

Public commits should only trigger Travis build

No analysis, no QA
tags/7.5
Simon Brandhof pirms 6 gadiem
vecāks
revīzija
2851164336
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4
    1
      travis.sh

+ 4
- 1
travis.sh Parādīt failu

@@ -75,8 +75,11 @@ BUILD)
# For this reason errors are ignored with "|| true"
git fetch --unshallow || true

if [ "$TRAVIS_REPO_SLUG" == "SonarSource/sonarqube" ]; then
# public repository
./gradlew build --no-daemon --console plain

if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
elif [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo 'Build and analyze master'
# FIXME analysis disabled for now
./gradlew --no-daemon --console plain \

Notiek ielāde…
Atcelt
Saglabāt