Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
f36f56a2
Commit
f36f56a2
authored
Nov 13, 2014
by
Raphaël Pinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: Split the script command [skip ci]
parent
40e24512
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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