We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0393e commit 7195b4fCopy full SHA for 7195b4f
.travis.yml
@@ -2,9 +2,8 @@ language: ruby
2
rvm:
3
- 2.4.1
4
install:
5
- - gem install jekyll html-proofer
6
- gem install jekyll-paginate
7
-script: jekyll build && htmlproofer ./_site
+script: jekyll build
8
after_success:
9
- bash <(curl -s https://codecov.io/bash)
10
0 commit comments