[monitoring-plugins] travis-ci: Move all into install target

Jan Wagner git at monitoring-plugins.org
Sun Feb 16 11:40:08 CET 2014


 Module: monitoring-plugins
 Branch: master
 Commit: 2947e0084f5866afc58b4262f62ca5be4e3d7f92
 Author: Jan Wagner <waja at cyconet.org>
   Date: Sun Feb 16 11:24:36 2014 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2947e00

travis-ci: Move all into install target

just keeped 'make' in script target

---

 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 65b53ab..7c809f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,11 @@ install:
     - sudo apt-get update -qq
     - sudo apt-get install -qq --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libradiusclient-ng-dev libkrb5-dev libnet-snmp-perl procps mawk
     - sudo apt-get install -qq --no-install-recommends autoconf automake
+    - tools/setup
+    - ./configure
 
 script:
-    - tools/setup && ./configure && make
+    - make
 
 compiler:
     - clang



More information about the Commits mailing list