]> granicus.if.org Git - icinga2/blobdiff - .travis.yml
Merge pull request #7062 from Icinga/bugfix/ido-reconnect-failover
[icinga2] / .travis.yml
index 89b52bdd82ed50316246dcdc7cc0650d1b2a6e46..23405135f00f2f5c05ab24cae27d60f1fd8ea3f8 100644 (file)
@@ -23,7 +23,6 @@ addons:
     - libpq-dev
     - libmysqlclient-dev
     - libedit-dev
-    - libyajl-dev
     - libwxbase3.0-dev
     - libwxgtk3.0-dev
   coverity_scan:
@@ -36,16 +35,16 @@ addons:
 
 before_script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then
-      mkdir build;
-      cd build;
+      mkdir build &&
+      cd build &&
       cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/icinga2 -DICINGA2_PLUGINDIR=/tmp/icinga2/sbin;
     fi
 
 script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then
-      make;
-      make test;
-      make install;
-      /tmp/icinga2/sbin/icinga2 --version;
+      make &&
+      make test &&
+      make install &&
+      /tmp/icinga2/sbin/icinga2 --version &&
       /tmp/icinga2/sbin/icinga2 daemon -C -DRunAsUser=$(id -u -n) -DRunAsGroup=$(id -g -n);
     fi