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

travis: run "v -o v compiler"

This commit is contained in:
Alexander Medvednikov 2019-09-16 14:27:23 +03:00 committed by GitHub
parent 57cfdeeaf0
commit 74ec57e0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ script:
- |
if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then
make
./v -o v compiler
./v test v
fi
- |