aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJacob Torrey <torreyj@ainfosec.com>2016-08-22 10:39:47 -0600
committerJacob Torrey <torreyj@ainfosec.com>2016-08-26 14:03:27 -0600
commit342dbfb705f1b0bae9ea3196607924c0ab2a88a3 (patch)
treeaa7c7ff612a9407418daf83089a2d1645612e6f0 /.travis.yml
parentMerge pull request #991 (diff)
downloadmonero-342dbfb705f1b0bae9ea3196607924c0ab2a88a3.tar.xz
Prep for coveralls
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index beea1dfab..89a3bd5c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,12 @@ addons:
before_install:
- sudo add-apt-repository -y ppa:kojoley/boost
- sudo apt-get -q update
+- pip install --user cpp-coveralls
install:
- sudo apt-get -y install libboost-{chrono,program-options,date-time,thread,system,filesystem,regex,serialization}1.58{-dev,.0}
-script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
+script:
+- make -j2 && HAVE_DOT=YES doxygen Doxyfile
+#- ./configure --enable-gcov && make && make check
notifications:
email: false
irc: