Skip to content

Commit 44e770a

Browse files
committed
Merge pull request #481 from SethTisue/add-travis
add a Travis-CI build
2 parents 34a0cba + 270ed95 commit 44e770a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)