diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-27 22:52:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-27 22:52:42 +0300 |
commit | 5f6c55c8255428eff50970b8d0d99c9882b54f08 (patch) | |
tree | 1dc2f0ab25a61db0d720b7bee5431b9f71a4deb7 /.travis.yml | |
parent | 2738dfd285d7a95a049fe97165abaaffc61c204f (diff) | |
download | manaverse-5f6c55c8255428eff50970b8d0d99c9882b54f08.tar.gz manaverse-5f6c55c8255428eff50970b8d0d99c9882b54f08.tar.bz2 manaverse-5f6c55c8255428eff50970b8d0d99c9882b54f08.tar.xz manaverse-5f6c55c8255428eff50970b8d0d99c9882b54f08.zip |
Remove from travis sanitize builds on i386.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml index 97af56c6a..96877ee12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,16 +89,6 @@ env: PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL1} valgrind" - - IMAGE=vicamo/debian:sid-i386 - COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame" - PACKAGES="gcc-5 g++-5 - ${LIBS_PACKAGES} ${SDL1} - valgrind" - - IMAGE=vicamo/debian:sid-i386 - 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" # amd64, sdl2, --disable-tmwa - IMAGE=debian:unstable @@ -162,11 +152,6 @@ env: PACKAGES="gcc-7 g++-7 ${LIBS_PACKAGES} ${SDL2} valgrind" - - IMAGE=vicamo/debian:sid-i386 - COMMAND="./tools/ci/jobs/gcc5_sanitize_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2" - PACKAGES="gcc-5 g++-5 - ${LIBS_PACKAGES} ${SDL2} - valgrind" notifications: email: false |