travis: run "v -o v compiler"

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

View File

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