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
39511851
Unverified
Commit
39511851
authored
Aug 17, 2018
by
Raphaël Pinson
Browse files
Allow failures on old Debian versions
parent
26575170
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
39511851
...
...
@@ -66,6 +66,21 @@ matrix:
env
:
BEAKER_set="centos-7"
bundler_args
:
script
:
sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
allow_failures
:
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-6"
bundler_args
:
script
:
sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-7"
bundler_args
:
script
:
sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
notifications
:
email
:
false
deploy
:
...
...
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