diff options
| author | Chris Rebert <[email protected]> | 2014-11-19 15:41:05 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-19 16:00:28 -0800 |
| commit | aaffe4b49860ed7f8084b6fd967dd0aa0099c9a3 (patch) | |
| tree | e29d233a842c7332a7686ca8c7742d7e6f18e309 | |
| parent | 6cfd811fcc99e5800c9e6207c48a91f85f699ae7 (diff) | |
| download | bootstrap-aaffe4b49860ed7f8084b6fd967dd0aa0099c9a3.tar.xz bootstrap-aaffe4b49860ed7f8084b6fd967dd0aa0099c9a3.zip | |
skip HTML validator for Savage builds
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e255ad250..d12763058 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 |
