diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-20 00:14:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-20 00:14:22 +0300 |
commit | 6bcdc4a164219ac55c35fe38d90e578902a5087e (patch) | |
tree | 3aa45a95e592ea8bfd9da80e78fc2dc8b8912df4 | |
parent | d9ad1fd3c5a8e530b5226f7e316060d26f4328e3 (diff) | |
download | plus-6bcdc4a164219ac55c35fe38d90e578902a5087e.tar.gz plus-6bcdc4a164219ac55c35fe38d90e578902a5087e.tar.bz2 plus-6bcdc4a164219ac55c35fe38d90e578902a5087e.tar.xz plus-6bcdc4a164219ac55c35fe38d90e578902a5087e.zip |
Remove some jobs from .travis.yml because they too slow for travis.
-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 |