We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01428ba commit 12c9d22Copy full SHA for 12c9d22
1 file changed
.travis.yml
@@ -0,0 +1,11 @@
1
+language: ruby
2
+rvm:
3
+- 2.3.1
4
+install:
5
+- bundle exec jekyll build
6
+script:
7
+- bundle exec jekyll build --trace
8
+- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
9
+env:
10
+ global:
11
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
0 commit comments