From 1d30a45c4ddc648f903b6ac6d7b91664f5f902f1 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 27 Nov 2014 13:50:22 +0100 Subject: Use FUTURE_PARSER=yes instead of PUPPET_PARSER=future --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0cc99fb..ea09e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3