]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
.travis.yml: Split the script command [skip ci]
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 13 Nov 2014 10:02:58 +0000 (11:02 +0100)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 13 Nov 2014 10:02:58 +0000 (11:02 +0100)
.travis.yml

index 1960a8ee2b4e0305f594ad5e2400986fff489824..0946b1429965b6b7c1b9ec051031c0669022cc52 100644 (file)
@@ -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: