diff options
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index b08f1121a..46cc4b131 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,11 +62,6 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL1} valgrind" - - IMAGE=debian:unstable - COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame" - PACKAGES="gcc-7 g++-7 - ${LIBS_PACKAGES} ${SDL1} - valgrind" # i386, sdl1, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 @@ -145,11 +140,6 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" - - IMAGE=debian:unstable - COMMAND="./tools/ci/jobs/gcc7_sanitize_tests.sh --enable-unittests=yes --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" - PACKAGES="gcc-7 g++-7 - ${LIBS_PACKAGES} ${SDL2} - valgrind" # i386, sdl2, --disable-tmwa - IMAGE=vicamo/debian:sid-i386 |