Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit db9f45f

Browse files
committed
Update Travis test suite
1 parent 5b6ec5d commit db9f45f

File tree

2 files changed

+5
-45
lines changed

2 files changed

+5
-45
lines changed

.travis.yml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,12 @@
22
sudo: false
33
language: ruby
44
rvm:
5-
- 2.0.0
65
- 2.1.10
7-
- 2.2.5
8-
- 2.3.1
6+
- 2.2.8
7+
- 2.3.5
98
env:
10-
- PUPPET_GEM_VERSION="~> 3.4.0"
11-
- PUPPET_GEM_VERSION="~> 3.5.0"
12-
- PUPPET_GEM_VERSION="~> 3.6.0"
13-
- PUPPET_GEM_VERSION="~> 3.7.0"
14-
- PUPPET_GEM_VERSION="~> 3.8.0"
15-
- PUPPET_GEM_VERSION="~> 4.4.0"
16-
- PUPPET_GEM_VERSION="~> 4.6.0"
9+
- PUPPET_GEM_VERSION="~> 4.7.0"
10+
- PUPPET_GEM_VERSION="~> 4.9.0"
11+
- PUPPET_GEM_VERSION="~> 4.10.0"
1712
matrix:
18-
exclude:
19-
- rvm: 2.2.5
20-
env: PUPPET_GEM_VERSION="~> 3.4.0"
21-
- rvm: 2.3.1
22-
env: PUPPET_GEM_VERSION="~> 3.4.0"
23-
- rvm: 2.2.5
24-
env: PUPPET_GEM_VERSION="~> 3.5.0"
25-
- rvm: 2.3.1
26-
env: PUPPET_GEM_VERSION="~> 3.5.0"
27-
- rvm: 2.2.5
28-
env: PUPPET_GEM_VERSION="~> 3.6.0"
29-
- rvm: 2.3.1
30-
env: PUPPET_GEM_VERSION="~> 3.6.0"
31-
- rvm: 2.2.5
32-
env: PUPPET_GEM_VERSION="~> 3.7.0"
33-
- rvm: 2.3.1
34-
env: PUPPET_GEM_VERSION="~> 3.7.0"
35-
- rvm: 2.2.5
36-
env: PUPPET_GEM_VERSION="~> 3.8.0"
37-
- rvm: 2.3.1
38-
env: PUPPET_GEM_VERSION="~> 3.8.0"
3913
fast_finish: true

Gemfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,3 @@ end
88

99
gem 'puppetlabs_spec_helper', :require => false
1010
gem 'metadata-json-lint', :require => false
11-
12-
## compatibility
13-
14-
platforms :ruby_18 do
15-
# https://github.com/rspec/rspec-core/issues/1864
16-
gem 'rspec', '< 3.2.0', :require => false
17-
gem 'rake', '< 11.0.0', :require => false
18-
end
19-
20-
platforms :ruby_18, :ruby_19 do
21-
gem 'json', '< 2.0.0', :require => false
22-
gem 'json_pure', '< 2.0.0', :require => false
23-
gem 'parallel_tests', '< 2.10.0', :require => false
24-
end

0 commit comments

Comments
 (0)