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
Branches
Tags
No related merge requests found
--- ---
language: ruby language: ruby
bundler_args: --without development 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: matrix:
fast_finish: true fast_finish: true
include: include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment