Skip to content

Commit 7915005

Browse files
DirtyFjekyllbot
authored andcommitted
Test against Ruby 2.1 to 2.4 (#45)
Merge pull request 45
1 parent cd9b84a commit 7915005

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ branches:
88
- master
99

1010
rvm:
11+
- 2.4
12+
- 2.3
1113
- 2.2
1214
- 2.1
13-
- 2.0
1415
env:
1516
- ""
1617
- JEKYLL_VERSION=3.0.0.beta8
1718
- JEKYLL_VERSION=2.0
1819
matrix:
1920
include:
2021
- # GitHub Pages
21-
rvm: 2.1.1
22+
rvm: 2.4.0
2223
env: GH_PAGES=true
2324
- # Ruby 1.9
2425
rvm: 1.9

0 commit comments

Comments
 (0)