We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23a013 commit 09fa88fCopy full SHA for 09fa88f
.travis.yml
@@ -0,0 +1,13 @@
1
+language: ruby
2
+cache: bundler # caching to speed up dependency installation
3
+rvm:
4
+- replace me with rvm
5
+addons:
6
+ apt:
7
+ packages:
8
+ - libcurl4-openssl-dev # required to avoid SSL errors
9
+env:
10
+ global:
11
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
12
+script:
13
+- echo "Starting build!"
script/build
@@ -0,0 +1 @@
+bundle exec jekyll build
script/testlinks
@@ -0,0 +1,2 @@
+bundle exec htmlproofer ./_site --check-html
0 commit comments