Skip to content

Commit f5f6ffe

Browse files
committed
add a Travis build
this should be useful for lightly sanity-checking pull requests -- at least we'll know if it stops the site from generating
1 parent 0f10099 commit f5f6ffe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# opt-in to Travis new infrastructure
2+
sudo: false
3+
4+
language: ruby
5+
6+
# we must override install, or Travis's default Gemfile support
7+
# will kick in and use `vendor`, ignoring our BUNDLE_PATH
8+
# declaration in `.bundle/config`
9+
install:
10+
- bundle install
11+
12+
script:
13+
- bundle exec jekyll build

0 commit comments

Comments
 (0)