Skip to content

Commit 239cc2e

Browse files
committed
add ruby 2.2 to travis matrix
1 parent 1adaa87 commit 239cc2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ bundler_args: --without beaker
44
rvm:
55
- 1.8.7
66
- 1.9.3
7-
- 2.0.0
8-
- 2.1.4
7+
- 2.0
8+
- 2.1
9+
- 2.2
910
env:
1011
- PUPPET_GEM_VERSION="~> 3.7"
1112
- PUPPET_GEM_VERSION="~> 4.0"
1213
matrix:
1314
exclude:
1415
- rvm: 1.8.7
1516
env: PUPPET_GEM_VERSION="~> 4.0"
17+
- rvm: 2.2
18+
env: PUPPET_GEM_VERSION="~> 3.7"
1619
fast_finish: true
1720
notifications:
1821
email: false

0 commit comments

Comments
 (0)