From 73012b6dd10036341dc40cc751fe935e4e26dcb7 Mon Sep 17 00:00:00 2001 From: Godzil Date: Fri, 6 Mar 2020 10:13:04 +0000 Subject: [PATCH] We need to run testMyRays in the test folder as it now depends on some files that need to be in the work directory. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ae1fad..f8059de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ script: - cmake .. - make - make test - - ./tests/testMyRays + - cd tests + - ./testMyRays jobs: include: