update Travis config

This commit is contained in:
Frank Taillandier
2018-03-29 16:20:14 +02:00
parent 16c38e37eb
commit c2878c24c6
+16 -3
View File
@@ -1,4 +1,17 @@
install: gem install github-pages
script: jekyll build --trace
sudo: false
rvm: 2.1
language: ruby
cache: bundler
rvm: 2.4
before_install:
- gem update --system
install: bundle install
script: bundle exec jekyll build --trace
branches:
only:
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true