aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-13 11:02:58 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-11-13 11:02:58 +0100
commit4e621ebe89adcd75c5ba15d353b78d269e492753 (patch)
treefc6e06f29adc3c5909c56cc39df4c8fc2531d506 /.travis.yml
parentda786b3d54f349aab46098aadf44e7de671db7d4 (diff)
downloadpuppet-dhcp-4e621ebe89adcd75c5ba15d353b78d269e492753.tar.gz
puppet-dhcp-4e621ebe89adcd75c5ba15d353b78d269e492753.tar.bz2
.travis.yml: Split the script command [skip ci]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: