From 5eb7af76b135fc3a89a75cd265f4b3528b2c0122 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Tue, 11 Dec 2018 13:42:37 +0100 Subject: [PATCH] Travis: use new Storm release 1.3.0 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91d6a1d..d4133ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,13 +40,13 @@ jobs: # Docker Storm stable - os: linux compiler: gcc - env: TASK=Test CONFIG=Release DOCKER=storm:1.2.3 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.3.0 PYTHON=python3 script: travis/build.sh # Docker Storm stable in debug mode - os: linux compiler: gcc - env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.3-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.3.0-debug PYTHON=python3 script: travis/build.sh # Documentation @@ -68,6 +68,6 @@ jobs: # Allow failures of stable versions as new features might have been added allow_failures: - os: linux - env: TASK=Test CONFIG=Release DOCKER=storm:1.2.3 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.3.0 PYTHON=python3 - os: linux - env: TASK=Test CONFIG=Debug DOCKER=storm:1.2.3-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.3.0-debug PYTHON=python3