Commit aaffe4b4 authored by Chris Rebert's avatar Chris Rebert
Browse files

skip HTML validator for Savage builds

parent 6cfd811f
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!15177Adjust build scripts for Savage,!25326Adjust examples
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment