Fix Travis Build Not Catching Failures

This commit is contained in:
Aaron Helton
2019-11-01 15:38:22 -04:00
parent b219fa2845
commit 1f2f57ded5

View File

@@ -9,4 +9,4 @@ before_script:
- cd build
- cmake ..
script: make
script: make && cd ../test && ./test.sh