From aa5c8fb6fe400cea04d129fea09e7c26a1937dd3 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Fri, 20 Apr 2018 16:51:17 +0200 Subject: [PATCH] Travis: minor change in travis script --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ddd9ae..637416b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,11 +75,9 @@ jobs: on: branch: master -# Allow failures of stable versions as new features might have been added -allow_failures: + # Allow failures of stable versions as new features might have been added + allow_failures: - os: linux - compiler: gcc env: TASK=Test CONFIG=Release DOCKER=storm:1.2.1 PYTHON=python3 - os: linux - compiler: gcc env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.1-debug PYTHON=python3