2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Move vnu-jar to devDependencies and remove completely htmlhint.

This commit is contained in:
XhmikosR
2017-09-27 18:18:23 +03:00
parent 258507b756
commit ee4176c9c9
4 changed files with 46 additions and 548 deletions
-1
View File
@@ -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: