Update .travis.yml

This commit is contained in:
Jacob Torrey 2016-08-22 15:18:57 -06:00 committed by Jacob Torrey
parent 678467d5b0
commit 497b24f25f
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ matrix:
install:
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
script:
- make debug
- make debug-test
after_success:
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'