travis: fix js test

pull/2001/head
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
1 changed files with 1 additions and 1 deletions

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