Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2017-09-27 17:41:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-08 19:08:16 +0300
commit258507b756075ded64bc13ac6deb92e5dcebb7e5 (patch)
tree1c26672f37af445ab7cd5f01d71892853a75c64d /.travis.yml
parent5e7a9afe35c2685d88bdb4a94c6718ac758f79b0 (diff)
Move from htmllint to Travis-only vnu.jar.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 57c810b0a8..5952c303ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ before_install:
install:
- bundle install --deployment --jobs=3 --retry=3
- npm install
+ - curl -L https://github.com/validator/validator/releases/download/17.9.0/vnu.jar_17.9.0.zip | jar -x dist/vnu.jar && mv dist/vnu.jar vnu.jar
after_success:
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then npm run docs-upload-preview; fi
stages: