1
0
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:
Alexander Medvednikov 2019-09-16 20:53:29 +03:00 committed by GitHub
parent a81656568b
commit 4462404151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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