From d1a9b0c6c21e1f963aebe0318c1cbc63ec44b3d9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 Apr 2017 11:59:32 +0300
Subject: [PATCH] - Allow Debian Jessie to fail for now, there's a problem
 downloading the Vagrant box.

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 110a35a..3d5ac34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ env:
         - platform: trusty
         - platform: precise
         - &stretch platform=stretch
-        - platform: jessie
+        - &jessie platform=jessie
         - platform: wheezy
 matrix:
     fast_finish: True
@@ -22,6 +22,7 @@ matrix:
         - python: "3.5"
         - env: *openbsd59
         - env: *stretch
+        - env: *jessie
 cache:
   - pip
   - directories:
-- 
GitLab