Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd7d427

Browse files
committed
Run the github-pages gem via TravisCI for testing.
This should help spot any problems which would show up when Jeykll is run by GitHub pages to generate the rendered site. See https://help.github.com/articles/troubleshooting-github-pages-build-failures/
1 parent 28a0a49 commit bd7d427

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

0 commit comments

Comments
 (0)