mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Stop testing ruby 2.3.x
This commit updates travis configuration to stop testing 2.3.x and jruby 9.1.x. Without this change tests fail due to library incompatibilities with ruby 2.3.x.
This commit is contained in:
parent
345bdf9db9
commit
db1e90d893
1 changed files with 2 additions and 8 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -6,28 +6,22 @@ services:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rvm: 2.3.8
|
- rvm: 2.4.5
|
||||||
env: "CHECK=rubocop"
|
env: "CHECK=rubocop"
|
||||||
|
|
||||||
- rvm: 2.3.8
|
|
||||||
env: "CHECK=test"
|
|
||||||
|
|
||||||
- rvm: 2.4.5
|
- rvm: 2.4.5
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
- rvm: 2.5.3
|
- rvm: 2.5.3
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
- rvm: jruby-9.1.17.0
|
|
||||||
env: "CHECK=test"
|
|
||||||
|
|
||||||
- rvm: jruby-9.2.5.0
|
- rvm: jruby-9.2.5.0
|
||||||
env: "CHECK=test"
|
env: "CHECK=test"
|
||||||
|
|
||||||
# Remove the allow_failures section once
|
# Remove the allow_failures section once
|
||||||
# Rubocop is required for Travis to pass a build
|
# Rubocop is required for Travis to pass a build
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: 2.3.8
|
- rvm: 2.4.5
|
||||||
env: "CHECK=rubocop"
|
env: "CHECK=rubocop"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue