Skip to content

Commit 7195b4f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: ruby
22
rvm:
33
- 2.4.1
44
install:
5-
- gem install jekyll html-proofer
65
- gem install jekyll-paginate
7-
script: jekyll build && htmlproofer ./_site
6+
script: jekyll build
87
after_success:
98
- bash <(curl -s https://codecov.io/bash)
109

0 commit comments

Comments
 (0)