Revert "Update .travis.yml"

This reverts commit ef18704d6304073f5cb3292ce0bbcb5dcad0d7ce.
This commit is contained in:
twinaphex 2020-07-10 05:19:46 +02:00
parent dc01bf8d46
commit 74e71d6d08

View File

@ -48,10 +48,6 @@ matrix:
env: DISABLE_CDROM=1 CC=gcc-8 CXX=g++-8
- compiler: gcc
env: DISABLE_VIDEO_LAYOUT=1 CC=gcc-8 CXX=g++-8
- compiler: gcc
env: DISABLE_PATCH=1 CC=gcc-8 CXX=g++-8
- compiler: gcc
env: DISABLE_CHEATS=1 CC=gcc-8 CXX=g++-8
- compiler: gcc
env: DISABLE_THREADS=1 CC=gcc-8 CXX=g++-8
- compiler: gcc
@ -144,14 +140,6 @@ before_script:
if [ -n "$DISABLE_OVERLAY" ]; then
ARGS="$ARGS --disable-overlay"
fi
- |
if [ -n "$DISABLE_PATCH" ]; then
ARGS="$ARGS --disable-patch"
fi
- |
if [ -n "$DISABLE_CHEATS" ]; then
ARGS="$ARGS --disable-cheats"
fi
- |
if [ -n "$DISABLE_NETWORKING" ]; then
ARGS="$ARGS --disable-networking"