Travis: fix macos

pull/1523/head
Alexander Medvednikov 2019-08-08 15:42:24 +02:00 committed by GitHub
parent 2f29246c3f
commit 5e7d3c6aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
git clone https://github.com/vlang/vid
cd vid && v .
cd vid && ../v .
fi