We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401d474 commit 794d046Copy full SHA for 794d046
.travis.yml
@@ -0,0 +1,16 @@
1
+language: ruby
2
+rvm:
3
+- 2.1
4
+
5
+#before_script:
6
+# - chmod +x ./script/cibuild # or do this locally and commit
7
8
+# Assume bundler is being used, therefore
9
+# the `install` step will run `bundle install` by default.
10
+# script: ./script/cibuild
11
+script:
12
+ - bundle exec jekyll build
13
14
+env:
15
+ global:
16
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+gem "jekyll"
0 commit comments