Skip to content

Commit

Permalink
move main jobs to ruby240
Browse files Browse the repository at this point in the history
the json people published json185. This is a new 1.X version that works
with ruby240. Ruby240 brings several speed improvements so jobs should
be finished faster. This was tested at
voxpupuli/puppet-splunk#83
  • Loading branch information
bastelfreak committed Jan 12, 2017
1 parent 1bf4f3f commit 1222cb4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.2.6
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.3.3
env: PUPPET_VERSION="~> 4.0" CHECK=build DEPLOY_TO_FORGE=yes
- rvm: 2.3.3
env: PUPPET_VERSION="~> 4.0" CHECK=rubocop
- rvm: 2.3.3
env: PUPPET_VERSION="~> 4.0" CHECK=test
- rvm: 2.4.0
env: PUPPET_VERSION="~> 4.0" CHECK=test
allow_failures:
- rvm: 2.4.0
- rvm: 2.4.0
env: PUPPET_VERSION="~> 4.0" CHECK=rubocop
- rvm: 2.4.0
env: PUPPET_VERSION="~> 4.0" CHECK=build DEPLOY_TO_FORGE=yes
Gemfile:
required:
':test':
Expand Down

0 comments on commit 1222cb4

Please sign in to comment.