Skip to content
GitLab
Menu
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
beceddf0
Commit
beceddf0
authored
Jan 05, 2015
by
Mickaël Canévet
Browse files
Update with modulesync
parent
942c5d1c
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
beceddf0
---
language
:
ruby
sudo
:
false
cache
:
directories
:
-
vendor/bundle
-
spec/fixtures/modules
bundler_args
:
--without system_tests --path vendor/bundle
script
:
[
"
bundle
exec
rake
validate"
,
"
bundle
exec
rake
lint"
,
"
bundle
exec
rake
spec_prep"
,
"
bundle
exec
fakeroot
rake
spec_standalone
SPEC_OPTS='--format
documentation'"
,
"
bundle
exec
rake
metadata"
]
cache
:
bundler
bundler_args
:
--without system_tests
script
:
[
"
bundle
exec
rake
validate"
,
"
bundle
exec
rake
lint"
,
"
bundle
exec
fakeroot
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