Skip to content

Commit b512f47

Browse files
authored
Merge pull request antonlindstrom#17 from sensson/update-test-versions
Update Ruby versions in our tests
2 parents 5caffe7 + 6b3401a commit b512f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ language: ruby
44
bundler_args: --without development system_tests
55
before_install: rm Gemfile.lock || true
66
rvm:
7-
- 1.9.3
8-
- 2.0.0
97
- 2.1.0
8+
- 2.2.0
9+
- 2.3.0
1010
script: bundle exec rake test
1111
env:
1212
- PUPPET_VERSION="~> 3.7.0"

0 commit comments

Comments
 (0)