summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 67e9e4114..7325a0138 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,8 +37,8 @@ env:
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc7.sh --enable-werror --disable-tmwa"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=ubuntu:cosmic
COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
@@ -51,8 +51,8 @@ env:
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=ubuntu:cosmic
@@ -71,8 +71,8 @@ env:
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc7.sh --enable-werror --disable-tmwa"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}"
- IMAGE=i386/ubuntu:cosmic
COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
@@ -85,8 +85,8 @@ env:
${LIBS_PACKAGES} ${SDL1}
valgrind"
- IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL1}
valgrind"
@@ -100,8 +100,8 @@ env:
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc7.sh --enable-werror --disable-tmwa --with-sdl2"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa --with-sdl2"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=ubuntu:cosmic
COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
@@ -114,8 +114,8 @@ env:
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=debian:unstable
- COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=ubuntu:cosmic
@@ -134,8 +134,8 @@ env:
PACKAGES="gcc-6 g++-6
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc7.sh --enable-werror --disable-tmwa --with-sdl2"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10.sh --enable-werror --disable-tmwa --with-sdl2"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}"
- IMAGE=i386/ubuntu:cosmic
COMMAND="./tools/ci/jobs/gcc5_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
@@ -148,8 +148,8 @@ env:
${LIBS_PACKAGES} ${SDL2}
valgrind"
- IMAGE=vicamo/debian:sid-i386
- COMMAND="./tools/ci/jobs/gcc7_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
- PACKAGES="gcc-7 g++-7
+ COMMAND="./tools/ci/jobs/gcc10_tests.sh --disable-tmwa --without-dyecmd --without-manaplusgame --with-sdl2"
+ PACKAGES="gcc-10 g++-10
${LIBS_PACKAGES} ${SDL2}
valgrind"