Browse Source

It generally works better when we build before trying to run.....

Godzil 4 years ago
parent
commit
6200e5ed56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -17,6 +17,7 @@ script:
   - mkdir build
   - cd build
   - cmake ..
+  - make
   - make test
 
 jobs: