We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a0a49 commit bd7d427Copy full SHA for bd7d427
.travis.yml
@@ -0,0 +1,7 @@
1
+# Ask TravisCI to build the site for testing purposes,
2
+# results at https://travis-ci.org/OBF/OBF.github.io/builds
3
+# See https://help.github.com/articles/troubleshooting-github-pages-build-failures/
4
+
5
+language: ruby
6
+rvm: 2.1.1
7
+script: "bundle exec jekyll build"
Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'github-pages'
0 commit comments