From 5eda9b6ae2d51c8c6a6b1d10d1fc1fe0e7ec5145 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 20 May 2020 10:12:51 +0200 Subject: [PATCH] Travis: use latest Storm release --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ac38ba..ecb3144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,13 @@ jobs: # Docker Storm stable - os: linux compiler: gcc - env: TASK=Test CONFIG=Release DOCKER=storm:1.4.1 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.5.1 PYTHON=python3 script: travis/build.sh # Docker Storm stable in debug mode - os: linux compiler: gcc - env: TASK=Test CONFIG=Debug DOCKER=storm:1.4.1-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.5.1-debug PYTHON=python3 script: travis/build.sh # Documentation @@ -76,6 +76,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.4.1 PYTHON=python3 + env: TASK=Test CONFIG=Release DOCKER=storm:1.5.1 PYTHON=python3 - os: linux - env: TASK=Test CONFIG=Debug DOCKER=storm:1.4.1-debug PYTHON=python3 + env: TASK=Test CONFIG=Debug DOCKER=storm:1.5.1-debug PYTHON=python3