1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Travis: don't install glfw for now

This commit is contained in:
Alexander Medvednikov 2019-08-17 00:57:26 +03:00 committed by GitHub
parent c6e7838a44
commit 1c1c3925fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
make
./v install glfw
#./v install glfw
./v test v
fi
- |