Skip to content
Snippets Groups Projects
Commit f36f56a2 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

.travis.yml: Split the script command [skip ci]

parent 40e24512
No related branches found
No related tags found
No related merge requests found
---
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment