Skip to content
Snippets Groups Projects
Commit 72c3a168 authored by nimrod's avatar nimrod
Browse files

- Figuring out the correct format for allowed_failures.

parent a7e0f114
No related branches found
No related tags found
No related merge requests found
...@@ -8,18 +8,15 @@ services: [docker] ...@@ -8,18 +8,15 @@ services: [docker]
env: env:
- platform: openbsd60 - platform: openbsd60
driver: vagrant driver: vagrant
- &openbsd59 - platform: openbsd59
platform: openbsd59
driver: vagrant driver: vagrant
- platform: xenial - platform: xenial
driver: vagrant driver: vagrant
- platform: trusty - platform: trusty
driver: vagrant driver: vagrant
- &jessie - platform: jessie
platform: jessie
driver: vagrant driver: vagrant
- &wheezy - platform: wheezy
platform: wheezy
driver: vagrant driver: vagrant
- driver: docker - driver: docker
platform: all platform: all
...@@ -27,10 +24,9 @@ matrix: ...@@ -27,10 +24,9 @@ matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.4" - python: "3.4"
- env: - env: platform=openbsd59 driver=vagrant
- *openbsd59 - env: platform=jessie driver=vagrant
- *jessie - env: platform=wheezy driver=vagrant
- *wheezy
cache: cache:
- pip - pip
- directories: - directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment