From 72c3a1686fd1e9c347d24a7980af764ac4929e6b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 10 Jan 2017 14:42:06 +0200
Subject: [PATCH] - Figuring out the correct format for allowed_failures.

---
 .travis.yml | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e4d1c7b..3c6b2ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,18 +8,15 @@ services: [docker]
 env:
     - platform: openbsd60
       driver: vagrant
-    - &openbsd59
-      platform: openbsd59
+    - platform: openbsd59
       driver: vagrant
     - platform: xenial
       driver: vagrant
     - platform: trusty
       driver: vagrant
-    - &jessie
-      platform: jessie
+    - platform: jessie
       driver: vagrant
-    - &wheezy
-      platform: wheezy
+    - platform: wheezy
       driver: vagrant
     - driver: docker
       platform: all
@@ -27,10 +24,9 @@ matrix:
     fast_finish: True
     allow_failures:
         - python: "3.4"
-        - env: 
-          - *openbsd59
-          - *jessie
-          - *wheezy
+        - env: platform=openbsd59 driver=vagrant
+        - env: platform=jessie driver=vagrant
+        - env: platform=wheezy driver=vagrant
 cache:
   - pip
   - directories:
-- 
GitLab