summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2019-01-07 23:27:41 +0100
committerAhmad Fatoum <[email protected]>2019-01-08 09:03:22 +0100
commit182bdd2e0a75a2b0405d50e3b16d504d0ab6da96 (patch)
treedc71b319ae9dd1af962d28c287f97dd043e98193
parent285de106d45b47d50de678ad82bc3b36ebfd49a6 (diff)
downloadraylib-182bdd2e0a75a2b0405d50e3b16d504d0ab6da96.tar.gz
raylib-182bdd2e0a75a2b0405d50e3b16d504d0ab6da96.zip
Travis CI: bump installed wayland-protocols to v1.15
Move away from v1.12 as GLFW now requires >= 1.15.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b7183ede..e61ae1e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,7 +118,7 @@ script:
sudo dpkg -i extra-cmake-modules_5.38.0a-0ubuntu1_amd64.deb;
git clone git://anongit.freedesktop.org/wayland/wayland-protocols;
pushd wayland-protocols;
- git checkout 1.12 && ./autogen.sh --prefix=/usr && make && sudo make install;
+ git checkout 1.15 && ./autogen.sh --prefix=/usr && make && sudo make install;
popd;
fi
- $RUNNER cmake $CMAKE_ARCH_ARGS