This commit is contained in:
Carl Pearson
2020-03-24 08:25:04 -05:00
parent c34a2c2ef0
commit af6389496e
3 changed files with 4 additions and 43 deletions

View File

@@ -9,7 +9,5 @@ install:
- ci/install_deps.sh || travis_terminate 1;
script:
- mkdir -p build && cd build
- cmake ..
- make
- test/test_all
- ci/build.sh || travis_terminate 1;
- ci/test.sh || travis_terminate 1;