summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2016-08-23 14:50:55 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2016-08-23 14:50:55 +0200
commit922ed77e790399d2121285377826c47ada16f0d5 (patch)
treecc4ee8566e0dfbb3c9b7be0da5d60d1304d00666
parent3584f3bfbe6c1658bc6c75ac7b4f61c5f92df774 (diff)
modulesync
-rw-r--r--.travis.yml6
-rw-r--r--Gemfile1
2 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7cf4712..96940f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,8 @@ matrix:
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- - rvm: 2.1.7
- env: PUPPET_GEM_VERSION="~> 4.0"
+ - rvm: 2.1.9
+ env: PUPPET_GEM_VERSION="~> 4.5.0"
notifications:
email: false
deploy:
@@ -33,4 +33,4 @@ deploy:
# all_branches is required to use tags
all_branches: true
# Only publish if our main Ruby target builds
- rvm: 2.1.7
+ rvm: 2.1.9
diff --git a/Gemfile b/Gemfile
index c2dabee..7a15ede 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,6 @@ group :development, :unit_tests do
gem 'puppet-lint-unquoted_string-check', :require => false
gem 'puppet-lint-empty_string-check', :require => false
gem 'puppet-lint-spaceship_operator_without_tag-check', :require => false
- gem 'puppet-lint-variable_contains_upcase', :require => false
gem 'puppet-lint-absolute_classname-check', :require => false
gem 'puppet-lint-undef_in_function-check', :require => false
gem 'puppet-lint-leading_zero-check', :require => false