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:
parent
6dc2f979cc
commit
184df917be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue