Travis: don't install glfw for now

pull/1625/head
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
1 changed files with 1 additions and 1 deletions

View File

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