From 62cce235c03cf177d153f75ca7cffa3b77624859 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 15 Nov 2016 22:50:07 +0100 Subject: [PATCH] Updated travis file for new unit tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 025f946..c9217fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ os: osx script: - dev/tests/run_tests.sh + TRAVIS_RUN=true dev/tests/run_tests.sh +