Skip to content

Commit 20c0ae8

Browse files
committed
Update travis.yml
1 parent 7195b4f commit 20c0ae8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: ruby
2-
rvm:
3-
- 2.4.1
2+
env:
3+
global:
4+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
45
install:
6+
- gem install jekyll
57
- gem install jekyll-paginate
6-
script: jekyll build
8+
script:
9+
- jekyll build
710
after_success:
811
- bash <(curl -s https://codecov.io/bash)
912

0 commit comments

Comments
 (0)