Skip to content

Commit dd0393e

Browse files
committed
update travis.yml
1 parent 6deb1fd commit dd0393e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: ruby
22
rvm:
33
- 2.4.1
4-
install: gem install jekyll html-proofer
4+
install:
5+
- gem install jekyll html-proofer
6+
- gem install jekyll-paginate
57
script: jekyll build && htmlproofer ./_site
68
after_success:
79
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)