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:

committed by
GitHub

parent
bec44af7fc
commit
2de24de948
@@ -17,8 +17,13 @@ matrix:
|
|||||||
- libcurl3-dev
|
- libcurl3-dev
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.2
|
||||||
env:
|
addons:
|
||||||
- MATRIX_EVAL="brew install freetype glfw"
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- freetype
|
||||||
|
- glfw
|
||||||
|
#env:
|
||||||
|
# - MATRIX_EVAL="brew install freetype glfw"
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||||
|
Reference in New Issue
Block a user