Skip to content

Commit 41f8fef

Browse files
committed
Enable travis to debug github pages
1 parent 68c0e52 commit 41f8fef

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: ruby
2+
rvm:
3+
- 2.1
4+
script: "bundle exec jekyll build"

Gemfile

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

0 commit comments

Comments
 (0)