Silence travis gcc version errors.

This commit is contained in:
orbea 2017-11-17 09:47:09 -08:00
parent 875f70b06d
commit 35dc6c6d64

View File

@ -39,29 +39,29 @@ notifications:
matrix:
include:
- os: linux
compiler: "gcc linux"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Linux
- os: linux
compiler: "gcc android-arm64-v8a"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Android
APP_ABI=arm64-v8a
- os: linux
compiler: "gcc android-armeabi-v7a"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Android
APP_ABI=armeabi-v7a
- os: linux
compiler: "gcc android-x86"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Android
APP_ABI=x86
- os: linux
compiler: "gcc android-x86_64"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Android
APP_ABI=x86_64
- os: linux
compiler: "clang linux"
env: PPSSPP_BUILD_TYPE=Linux
- os: linux
compiler: "gcc qt"
compiler: "gcc"
env: PPSSPP_BUILD_TYPE=Linux
QT=TRUE
- os: osx