Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
f36f56a2
Commit
f36f56a2
authored
Nov 13, 2014
by
Raphaël Pinson
Browse files
.travis.yml: Split the script command [skip ci]
parent
40e24512
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f36f56a2
---
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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment