Skip to content

Commit 8d8368e

Browse files
authored
Merge pull request #188 from MosesMendoza/MODULES-3775/stable/update_appveyor_travis_to_ruby_23
(MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
2 parents 3b54488 + ba5cd39 commit 8d8368e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
env: PUPPET_GEM_VERSION="~> 3.0"
1313
- rvm: 2.1.5
1414
env: PUPPET_GEM_VERSION="~> 4.0"
15+
- rvm: 2.3.1
16+
env: PUPPET_GEM_VERSION="~> 4.0"
1517
- rvm: 2.0.0
1618
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
1719
- rvm: 1.9.3

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ environment:
1818
RUBY_VER: 21
1919
- PUPPET_GEM_VERSION: ~> 4.0
2020
RUBY_VER: 21-x64
21+
- PUPPET_GEM_VERSION: ~> 4.0
22+
RUBY_VER: 23
23+
- PUPPET_GEM_VERSION: ~> 4.0
24+
RUBY_VER: 23-x64
2125
- PUPPET_GEM_VERSION: 3.7.0
2226
RUBY_VER: 193
2327
- PUPPET_GEM_VERSION: 3.7.0

0 commit comments

Comments
 (0)