From f0206600b16acd92e27b6a681765373d077de9cd Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 6 Feb 2020 09:21:45 +0000 Subject: [PATCH] Travis: Exclude macOS Make OpenGLES2 build too OpenGLES2 is also apparently in a different location --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83308c64..eeb89ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,9 +61,11 @@ env: jobs: exclude: - # Apple's OpenGL is in a non-standard location, so this build doesn't work + # Apple's OpenGL is in a non-standard location, so these builds don't work - os: osx env: BUILD_SYSTEM=make RENDERER=OpenGL3 + - os: osx + env: BUILD_SYSTEM=make RENDERER=OpenGLES2 before_install: # Set URL for Discord send script