From: Jeff McCune Date: Sun, 6 Jan 2013 05:11:53 +0000 (-0800) Subject: Fix typo in travis configuration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6d4ff999c054474e4a81fa0d851a1bcbdcf01ecf;p=puppet-stdlib.git Fix typo in travis configuration The exclude keyword was accidentally specified twice. --- diff --git a/.travis.yml b/.travis.yml index 638c1f8..529afbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,5 @@ matrix: exclude: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 2.7" - exclude: - rvm: ruby-head env: PUPPET_GEM_VERSION="~> 2.7"