Make test fail if it fails

This commit is contained in:
Heikki Hannikainen 2016-08-05 23:30:58 +03:00
parent f5296a5ac3
commit f39733589c
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ script:
- time make -j2
- make testinstall
- cd ../tests && mkdir -p logs data
- time make travistest || cat logs/aprsc.log
- time make travistest