Fix .travis.yml

This commit is contained in:
Aminda Suomalainen 2015-02-13 10:44:28 +02:00
parent af80247bf9
commit 9d9620e551
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
language: ruby language: ruby
sudo: false sudo: false
script: "gem install html-proofer github-pages jekyll-mentions jemoji jekyll-redirect-from jekyll-sitemap && set -e && bundle exec jekyll build && bundle exec htmlproof ./_site" script: "set -e && gem install github-pages && jekyll build"
#rvm: 2.1 rvm: 2.1
notifications: notifications:
# email: false email: false
matrix: matrix:
fast_finish: true fast_finish: true
env: env:
global: global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer - NOKOGIRI_USE_SYSTEM_LIBRARIES=true