mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Travis CI: Don't use external GLFW
While nice to test, this would mean that the tagged release will depend on GLFW as well… Therefore disable it for now.
This commit is contained in:
@ -13,7 +13,7 @@ matrix:
|
||||
env: ARCH=i386
|
||||
sudo: required
|
||||
- os: linux
|
||||
env: ARCH=amd64 GLFW=SYSTEM
|
||||
env: ARCH=amd64
|
||||
sudo: required
|
||||
- os: osx
|
||||
env: ARCH=universal
|
||||
|
||||
Reference in New Issue
Block a user