From: Raphaƫl Pinson Date: Thu, 13 Nov 2014 10:02:58 +0000 (+0100) Subject: .travis.yml: Split the script command [skip ci] X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4e621ebe89adcd75c5ba15d353b78d269e492753;p=puppet-dhcp.git .travis.yml: Split the script command [skip ci] --- diff --git a/.travis.yml b/.travis.yml index 1960a8e..0946b14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- language: ruby bundler_args: --without development -script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation' && bundle exec rake metadata" +script: ["bundle exec rake validate", "bundle exec rake lint", "bundle exec rake spec SPEC_OPTS='--format documentation'", "bundle exec rake metadata"] matrix: fast_finish: true include: