ci: remove vid for now

pull/2569/head
Alexander Medvednikov 2019-10-27 21:40:26 +03:00
parent 9cddf22fff
commit 07d37fbfc0
2 changed files with 6 additions and 6 deletions

View File

@ -21,10 +21,10 @@ jobs:
run: ./v test v
- name: Test v->js
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: Test vid
run: |
git clone --depth 1 https://github.com/vlang/vid.git
cd vid && ../v -o vid .
#- name: Test vid
#run: |
#git clone --depth 1 https://github.com/vlang/vid.git
#cd vid && ../v -o vid .
build-ubuntu:
runs-on: ubuntu-18.04

View File

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