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.
1 parent 2882119 commit cd4b7a9Copy full SHA for cd4b7a9
.travis.yml
@@ -3,12 +3,12 @@ script : script/cibuild
3
sudo: false
4
5
rvm:
6
- - 2.2
7
- - 2.1
8
- - 2.0
+ - 2.3.1
+ - 2.2.5
+ - 2.1.9
9
env:
10
- ""
11
- - JEKYLL_VERSION=3.0.0
+ - JEKYLL_VERSION=3.0
12
- JEKYLL_VERSION=2.0
13
matrix:
14
include:
Gemfile
@@ -6,3 +6,6 @@ if ENV["GH_PAGES"]
elsif ENV["JEKYLL_VERSION"]
gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}"
end
+
+# Support for Ruby < 2.2.2 & activesupport
+gem "activesupport", "~> 4.2" if RUBY_VERSION < '2.2.2'
0 commit comments