From 79bbc59434ec838574ff18e43e78e92c4c199561 Mon Sep 17 00:00:00 2001 From: Joseph Wynn Date: Sat, 26 Dec 2015 18:26:11 +0000 Subject: [PATCH] Output Jekyll version on build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 364ef8f..0c2b8f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: ruby bundler_args: --without debug +before_script: bundle exec jekyll --version script: bundle exec rake features_with_coveralls rvm: - 2.2