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
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"
#rvm: 2.1
script: "set -e && gem install github-pages && jekyll build"
rvm: 2.1
notifications:
# email: false
email: false
matrix:
fast_finish: true
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true