diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-03 04:29:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-05 00:05:00 +0300 |
commit | 683016200b23b084679619ea299903f397f83643 (patch) | |
tree | 2b0dd72f70c44be856500f17a0dae2c03d7ef41a | |
parent | 37a6fa23f7aba5fb055af147a2b35ef68ea3e4c1 (diff) | |
download | mv-683016200b23b084679619ea299903f397f83643.tar.gz mv-683016200b23b084679619ea299903f397f83643.tar.bz2 mv-683016200b23b084679619ea299903f397f83643.tar.xz mv-683016200b23b084679619ea299903f397f83643.zip |
Remove gcc-6 sanitize tests for amd64 from .travis.yml
Look like it broken for some reason.
Probably backported patch with bug from stable kernel.
-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 |