From 583a2ba8eeb333201a3706d83f7750c4df1a7429 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Mon, 17 Oct 2016 00:56:17 -0400 Subject: Setting up Travis build --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bf232f9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ + +# opt-in to Travis new infrastructure +sudo: false + +language: ruby + +# for faster builds +cache: bundler +env: BUNDLE_PATH=bundle-vendor/bundle + +# we must override install, or Travis's default Gemfile support +# will kick in and use `vendor`, ignoring our BUNDLE_PATH +# declaration in `.bundle/config` +install: +- bundle install + +script: +- bundle exec jekyll build \ No newline at end of file -- cgit v1.2.3