Add rule to travis.yml

This commit is contained in:
twinaphex 2019-07-22 15:33:22 +02:00
parent 0ece9063e8
commit 8343e121be

View file

@ -91,6 +91,10 @@ script:
if [ -n "$DISABLE_OVERLAY" ]; then
ARGS="$ARGS --disable-overlay"
fi
- |
if [ -n "$DISABLE_CDROM" ]; then
ARGS="$ARGS --disable-cdrom"
fi
- |
if [ -n "$ENABLE_GLES" ]; then
ARGS="$ARGS --enable-opengles"