Skip to content

Commit

Permalink
Test with Jekyll 4.0 and 3.6 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Mar 22, 2019
1 parent cd12af9 commit 43551fc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@

language: ruby
cache: bundler
rvm:
- 2.6
- 2.3
- &ruby1 2.6.2
- &ruby2 2.3.8
matrix:
include:
- rvm: *ruby1
env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
- rvm: *ruby1
env: JEKYLL_VERSION="~> 3.7.0"
- rvm: *ruby1
env: JEKYLL_VERSION="~> 3.6.0"
branches:
only:
- master
Expand Down
13 changes: 11 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ build: off

environment:
matrix:
- RUBY_FOLDER_VER: "26-x64"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION : ">= 4.0.0.pre.alpha1"
- RUBY_FOLDER_VER: "23"
JEKYLL_VERSION : ">= 4.0.0.pre.alpha1"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION : "~> 3.7.0"
- RUBY_FOLDER_VER: "23"
JEKYLL_VERSION : "~> 3.7.0"
- RUBY_FOLDER_VER: "26"
JEKYLL_VERSION : "~> 3.6.0"
- RUBY_FOLDER_VER: "23"
JEKYLL_VERSION : "~> 3.6.0"

install:
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
- SET PATH=C:\Ruby%RUBY_FOLDER_VER%-x64\bin;%PATH%
- bundle install --retry 5 --jobs=%NUMBER_OF_PROCESSORS% --clean --path vendor\bundle

test_script:
Expand Down

0 comments on commit 43551fc

Please sign in to comment.