summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-12 12:54:39 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-12 12:54:39 +0200
commit4881477c649e2c10350319364086990c7b61130b (patch)
treebf62b4be74a613a0ddbb83db791b1ec8db19656e /.travis.yml
parent81a899750a42d7f97783623090ad831ae029c8ec (diff)
do not compile netdata twice on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f8a3586bf..b7e04bfba7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,9 +33,7 @@ before_script:
script:
# make release packages
- fakeroot ./packaging/git-build
- # default build
- - ./autogen.sh && ./configure && make -j4
- # test installer
+ # test build and installer
- fakeroot ./netdata-installer.sh --install $HOME --dont-wait --dont-start-it
#
# Deploy as required