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