diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-22 07:39:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-22 07:39:19 +0300 |
commit | a34fcc32f3757ea46dd54ac51a0ef3e41df8f9a9 (patch) | |
tree | 7b6bafbd6aa25f153d733b196177d9d962afe46e | |
parent | 90bb8074d9279af291fda6161b3c617007ac4cac (diff) | |
download | plus-a34fcc32f3757ea46dd54ac51a0ef3e41df8f9a9.tar.gz plus-a34fcc32f3757ea46dd54ac51a0ef3e41df8f9a9.tar.bz2 plus-a34fcc32f3757ea46dd54ac51a0ef3e41df8f9a9.tar.xz plus-a34fcc32f3757ea46dd54ac51a0ef3e41df8f9a9.zip |
Disable slowest travis ci job. Most time it failed because too slow.
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 26c3aa589..c010a8b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,11 +163,12 @@ env: PACKAGES="gcc-6 g++-6 ${LIBS_PACKAGES} ${SDL2} valgrind" - - IMAGE=vicamo/debian:sid-i386 - COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --enable-glibcdebug" - PACKAGES="gcc-6 g++-6 - ${LIBS_PACKAGES} ${SDL2} - valgrind" +# too slow for travis +# - IMAGE=vicamo/debian:sid-i386 +# COMMAND="./tools/ci/jobs/gcc6_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2 --enable-glibcdebug" +# PACKAGES="gcc-6 g++-6 +# ${LIBS_PACKAGES} ${SDL2} +# valgrind" notifications: email: false |