mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Travis: fix macos
This commit is contained in:
parent
2f29246c3f
commit
5e7d3c6aa9
@ -51,5 +51,5 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||||
git clone https://github.com/vlang/vid
|
git clone https://github.com/vlang/vid
|
||||||
cd vid && v .
|
cd vid && ../v .
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user