From: Garrett Honeycutt Date: Thu, 23 Jan 2014 18:33:03 +0000 (-0500) Subject: Ensure valid YAML for .travis.yml X-Git-Tag: 0.5.0~14^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a8bbc749c02a3e9f1ea712e19521eb94e85d6234;p=puppet-modules%2Fpuppetlabs-firewall.git Ensure valid YAML for .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 5de8073..f42e2c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +--- language: ruby bundler_args: --without development script: "bundle exec rake ci SPEC_OPTS='--format documentation'"