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

- Allow Debian Jessie to fail for now, there's a problem downloading the Vagrant box.

parent 4ca4f85c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ env: ...@@ -14,7 +14,7 @@ env:
- platform: trusty - platform: trusty
- platform: precise - platform: precise
- &stretch platform=stretch - &stretch platform=stretch
- platform: jessie - &jessie platform=jessie
- platform: wheezy - platform: wheezy
matrix: matrix:
fast_finish: True fast_finish: True
...@@ -22,6 +22,7 @@ matrix: ...@@ -22,6 +22,7 @@ matrix:
- python: "3.5" - python: "3.5"
- env: *openbsd59 - env: *openbsd59
- env: *stretch - env: *stretch
- env: *jessie
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