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

fix travis

This commit is contained in:
Alexander Medvednikov 2019-10-27 21:51:40 +03:00
parent 07d37fbfc0
commit 384e81fe28

View File

@ -81,9 +81,9 @@ script:
./v -o hi.js hi.v ./v -o hi.js hi.v
node hi.js node hi.js
fi fi
- | #- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then ##if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
# Build Vid # Build Vid
#git clone https://github.com/vlang/vid #git clone https://github.com/vlang/vid
#cd vid && ../v -o vid . #cd vid && ../v -o vid .
fi #fi