From a9c2fa6c17cf1811b584376c7ee3691d6b495585 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 25 Apr 2017 16:32:15 +0300
Subject: [PATCH] - Remove Jessie from allowed failures in TravisCI (the
 problem with the image download was resolved).

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 14afb3a..4fe1440 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ matrix:
     fast_finish: True
     allow_failures:
         - env: *stretch
-        - env: *jessie
 cache:
   - pip
   - directories:
-- 
GitLab