]> arthur.barton.de Git - netdata.git/commitdiff
do not compile netdata twice on travis
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 12 Feb 2017 10:54:39 +0000 (12:54 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 12 Feb 2017 10:54:39 +0000 (12:54 +0200)
.travis.yml

index 8f8a3586bf7666baf9bc9344657dd16f89ea50c6..b7e04bfba79f65ee00d33bcc0c544767941a6c6b 100644 (file)
@@ -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