]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
skip HTML validator for Savage builds
authorChris Rebert <code@rebertia.com>
Wed, 19 Nov 2014 23:41:05 +0000 (15:41 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 20 Nov 2014 00:00:28 +0000 (16:00 -0800)
.travis.yml

index e255ad2501d979d69ca8a1e28e604374b3c89371..d12763058d0669edd3ca10a7adb33366debac831 100644 (file)
@@ -11,6 +11,7 @@ before_install:
   - "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
   - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
   - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true
+  - if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi
 install:
   - npm install -g grunt-cli
   - ./test-infra/s3_cache.py download npm-modules