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:
authorXhmikosR <xhmikosr@gmail.com>2017-09-27 18:18:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-08 19:08:16 +0300
commitee4176c9c9ea309ede9085c890f23edd79b3762b (patch)
tree84609f01a0f438868a9a20f08e09f0a25c8927d4 /.travis.yml
parent258507b756075ded64bc13ac6deb92e5dcebb7e5 (diff)
Move vnu-jar to devDependencies and remove completely htmlhint.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5952c303ac..57c810b0a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@ 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: