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