Skip to content

Commit 6deb1fd

Browse files
committed
Add travis
1 parent ec65577 commit 6deb1fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)