aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJacob Torrey <discipleofranok@gmail.com>2016-08-22 17:43:43 -0600
committerJacob Torrey <torreyj@ainfosec.com>2016-08-26 14:03:27 -0600
commit256dec06016650128ca3d59d541a1a335b948331 (patch)
treed686898be6679f2b8007dbabd5f19c008e86e3bc /.travis.yml
parentEnsure tests are built prior to testing (diff)
downloadmonero-256dec06016650128ca3d59d541a1a335b948331.tar.xz
Streamline test building target
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 17aa983ef..9ac347ab0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,6 @@ 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-all
- make debug-test
after_success:
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'