We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec65577 commit 6deb1fdCopy full SHA for 6deb1fd
.travis.yml
@@ -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