From: Chris Rebert Date: Wed, 19 Nov 2014 23:41:05 +0000 (-0800) Subject: skip HTML validator for Savage builds X-Git-Tag: v3.3.2~46^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaffe4b49860ed7f8084b6fd967dd0aa0099c9a3;p=thirdparty%2Fbootstrap.git skip HTML validator for Savage builds --- diff --git a/.travis.yml b/.travis.yml index e255ad2501..d12763058d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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