diff options
author | Jacob Torrey <discipleofranok@gmail.com> | 2016-08-22 15:18:57 -0600 |
---|---|---|
committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:03:27 -0600 |
commit | 497b24f25f5cf56c1dbec81cd13d27ad7d8d14ae (patch) | |
tree | 6afdae359fa0ca8573a6ba2a7166a1a349ed72bf /.travis.yml | |
parent | Update for the current make environment (diff) | |
download | monero-497b24f25f5cf56c1dbec81cd13d27ad7d8d14ae.tar.xz |
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9ac347ab0..1c68cd280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' |