]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Use FUTURE_PARSER=yes instead of PUPPET_PARSER=future
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 27 Nov 2014 12:50:22 +0000 (13:50 +0100)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 27 Nov 2014 12:50:22 +0000 (13:50 +0100)
.travis.yml
spec/spec_helper.rb

index 0cc99fb39ef672234d1808bd766b0205cd5cc033..ea09e8e69259aabb705665ee75f384262f242888 100644 (file)
@@ -12,10 +12,10 @@ matrix:
   - rvm: 2.0.0
     env: PUPPET_GEM_VERSION="~> 3.0"
   - rvm: 2.0.0
-    env: PUPPET_GEM_VERSION="~> 3.0" PUPPET_PARSER="future"
+    env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
   allow_failures:
     - rvm: 2.0.0
-      env: PUPPET_GEM_VERSION="~> 3.0" PUPPET_PARSER="future"
+      env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
 notifications:
   email: false
 deploy:
index 9675dede2e5eebe9c9e6b12828f531383cf9c27e..cf5db0ba8dddc0d584bd0f252738cd903b33580d 100644 (file)
@@ -23,7 +23,7 @@ RSpec.configure do |c|
       Puppet.settings[:strict_variables]=true
     end
 
-    if ENV['PUPPET_PARSER'] == 'future'
+    if ENV['FUTURE_PARSER'] == 'yes'
       c.parser='future'
     end
   end