summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-02-04 13:33:55 +0100
committerAhmad Fatoum <[email protected]>2018-02-04 13:35:18 +0100
commit184df917bebdcad54ca0334ff80fe05a0f924817 (patch)
tree870dba955785f22c56ce93659e6927aca4a27935
parent6dc2f979ccbb4ec6f8166805b5f4f6377efbce70 (diff)
downloadraylib-184df917bebdcad54ca0334ff80fe05a0f924817.tar.gz
raylib-184df917bebdcad54ca0334ff80fe05a0f924817.zip
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 55d8357d..e3a0e67d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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