From 457f5d04e42f40524d1739ab3c17b6ebcd5e09d2 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 20 Feb 2020 01:49:37 +0000 Subject: [PATCH] Also run the unit test directly. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb66494..4d95b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ script: - cmake .. - make - make test + - ./test/testMyRays jobs: include: