mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
travis: fix js test
This commit is contained in:
parent
a81656568b
commit
4462404151
@ -82,5 +82,5 @@ script:
|
||||
|
||||
# Build hi.js
|
||||
echo "println('Hello from V.js')" > hi.js
|
||||
v -o hi.js hi.v && node hi.js
|
||||
./v -o hi.js hi.v && node hi.js
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user