Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
cce22e28
Commit
cce22e28
authored
Nov 27, 2014
by
Raphaël Pinson
Browse files
Use FUTURE_PARSER=yes instead of PUPPET_PARSER=future
parent
cef641cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
cce22e28
...
...
@@ -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
:
...
...
spec/spec_helper.rb
View file @
cce22e28
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment