Skip to content

Commit

Permalink
Test on both stable and beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordon Bedwell committed Jun 2, 2015
1 parent 8bfc45b commit 4571cc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ rvm:
- 2.1
- 2.2
- 2.0
- 1.9.3
before_script: bundle update
- 1.9
script: "script/cibuild"
sudo: false
before_script: bundle update
cache: bundler
sudo: false

matrix:
exclude:
- rvm: 1.9
env: JEKYLL_VERSION=3.0.0.beta5

env:
matrix:
- ""
- JEKYLL_VERSION=3.0.0.beta5
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gemspec

if ENV["JEKYLL_VERSION"]
gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}"
end

0 comments on commit 4571cc0

Please sign in to comment.