We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f596a6a + 9f88647 commit 40bf7c9Copy full SHA for 40bf7c9
.travis.yml
@@ -6,3 +6,16 @@ rvm:
6
script: script/cibuild
7
sudo: false
8
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
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org'
2
-
3
-# Specify your gem's dependencies in jekyll-compose.gemspec
4
gemspec
+gem "jekyll", ENV["JEKYLL_VERSION"] ? "~> #{ENV["JEKYLL_VERSION"]}" : ">= 2.0"
0 commit comments