From 4e621ebe89adcd75c5ba15d353b78d269e492753 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 13 Nov 2014 11:02:58 +0100 Subject: .travis.yml: Split the script command [skip ci] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3