Skip to content

Commit 40bf7c9

Browse files
committed
Merge pull request #31 from jekyll/widen-version-tests
Test against Jekyll 2 & 3
2 parents f596a6a + 9f88647 commit 40bf7c9

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@ rvm:
66
script: script/cibuild
77
sudo: false
88
cache: bundler
9+
notifications:
10+
email: false
11+
12+
matrix:
13+
include:
14+
-
15+
rvm: 1.9
16+
env: JEKYLL_VERSION=2.0
17+
fast_finish: true
18+
env:
19+
- ""
20+
- JEKYLL_VERSION=3.0
21+
- JEKYLL_VERSION=2.0

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
3-
# Specify your gem's dependencies in jekyll-compose.gemspec
42
gemspec
3+
4+
gem "jekyll", ENV["JEKYLL_VERSION"] ? "~> #{ENV["JEKYLL_VERSION"]}" : ">= 2.0"

0 commit comments

Comments
 (0)