Skip to content

Commit

Permalink
Allow failures on Debian 7
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Aug 17, 2018
1 parent 8614b7d commit f7389f5
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,40 +54,12 @@ matrix:
script: sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
allow_failures:
- rvm: default
sudo:
dist:
services:
env: BEAKER_set="debian-6"
bundler_args:
script:
- rvm: default
sudo:
dist:
services:
sudo: required
dist: trusty
services: docker
env: BEAKER_set="debian-7"
bundler_args:
script:
- rvm: default
sudo:
dist:
services:
env: BEAKER_set="centos-5"
bundler_args:
script:
- rvm: default
sudo:
dist:
services:
env: BEAKER_set="centos-6"
bundler_args:
script:
- rvm: default
sudo:
dist:
services:
env: BEAKER_set="centos-7"
bundler_args:
script:
script: sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
notifications:
email: false
deploy:
Expand Down

0 comments on commit f7389f5

Please sign in to comment.