From 74ec57e0e10465d9945e9be6f7f87a2806ab4317 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 16 Sep 2019 14:27:23 +0300 Subject: [PATCH] travis: run "v -o v compiler" --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 83081dcc99..9fc70edf95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ script: - | if [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then make + ./v -o v compiler ./v test v fi - |