Skip to content

Commit a1fb67a

Browse files
committed
Merge pull request #378 from SethTisue/add-travis-build
add a Travis build
2 parents 0f10099 + f5f6ffe commit a1fb67a

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)