Browse Source

We need to run testMyRays in the test folder as it now depends on some files that need to be in the work directory.

Godzil 4 years ago
parent
commit
73012b6dd1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -19,7 +19,8 @@ script:
   - cmake ..
   - make
   - make test
-  - ./tests/testMyRays
+  - cd tests
+  - ./testMyRays
 
 jobs:
   include: