From 36d2da1b8066169b4b1404a86ea0610ebbafbf8c Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 20 May 2020 11:34:24 -0400 Subject: [PATCH] travis naming: platform-build-compiler-other --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e01df7b6..bbac8cbe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - make fetch-lua - test -d "lib/lua-$LUA_VERSION/src" || exit 0 - make install - - name: linux-nocommon-xenial-gcc + - name: linux-xenial-gcc-nocommon os: linux env: HINTS=linux LUA_VERSION=5.3.5 compiler: gcc @@ -135,7 +135,7 @@ matrix: - cd src - cp ../sys/winnt/Makefile.gcc ./Makefile - mingw32-make install - - name: msdos crosscompile on linux + - name: msdos-linuxhost-crosscompile os: linux env: HINTS=linux LUA_VERSION=5.3.5 compiler: gcc