Test with Ruby 2.6 on AppVeyor [skip travis] (#7518)

Merge pull request 7518
This commit is contained in:
Ashwin Maroli 2019-02-12 14:02:32 +05:30 committed by jekyllbot
parent bbd635539d
commit 349b0361c1
1 changed files with 6 additions and 4 deletions

View File

@ -13,12 +13,14 @@ build: off
environment:
BUNDLE_WITHOUT: "benchmark:site:development"
matrix:
- RUBY_FOLDER_VER: "26"
TEST_SUITE: "test"
- RUBY_FOLDER_VER: "26"
TEST_SUITE: "cucumber"
- RUBY_FOLDER_VER: "26"
TEST_SUITE: "default-site"
- RUBY_FOLDER_VER: "25"
TEST_SUITE: "test"
- RUBY_FOLDER_VER: "25"
TEST_SUITE: "cucumber"
- RUBY_FOLDER_VER: "25"
TEST_SUITE: "default-site"
- RUBY_FOLDER_VER: "24"
TEST_SUITE: "test"
- RUBY_FOLDER_VER: "23"