Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6deb1fd commit dd0393eCopy full SHA for dd0393e
.travis.yml
@@ -1,7 +1,9 @@
1
language: ruby
2
rvm:
3
- 2.4.1
4
-install: gem install jekyll html-proofer
+install:
5
+ - gem install jekyll html-proofer
6
+ - gem install jekyll-paginate
7
script: jekyll build && htmlproofer ./_site
8
after_success:
9
- bash <(curl -s https://codecov.io/bash)
0 commit comments