diff options
author | Jacob Torrey <discipleofranok@gmail.com> | 2016-08-22 14:34:31 -0600 |
---|---|---|
committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:03:27 -0600 |
commit | 678467d5b07d40df0ff705f2abd47757c616ef73 (patch) | |
tree | 475cb17c178b4ed0f457072c885c42c4d9d13801 /.travis.yml | |
parent | Fixed tab/space issue on YAML (diff) | |
download | monero-678467d5b07d40df0ff705f2abd47757c616ef73.tar.xz |
Update for the current make environment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f84fe1b4..9ac347ab0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +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: - - ./configure --enable-gcov && make && make check + - make debug-test after_success: - coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp' |