travis: install glfw vpm module

pull/1408/head
Alexander Medvednikov 2019-08-01 17:40:45 +02:00 committed by GitHub
parent cdfc4c8372
commit 3cd88cbb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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