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

Update .travis.yml

This commit is contained in:
Alexander Medvednikov 2019-06-26 21:14:31 +02:00 committed by GitHub
parent bec44af7fc
commit 2de24de948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,13 @@ matrix:
- libcurl3-dev
- os: osx
osx_image: xcode10.2
env:
- MATRIX_EVAL="brew install freetype glfw"
addons:
homebrew:
packages:
- freetype
- glfw
#env:
# - MATRIX_EVAL="brew install freetype glfw"
script:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then