]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - tests/ci/install.sh
travis: move install/run steps into tests/ci
[thirdparty/lldpd.git] / tests / ci / install.sh
similarity index 51%
rename from .travis/install.sh
rename to tests/ci/install.sh
index d758d5abd591226fa83aa156ef85061162a40382..6d08abace8384e476dad543582a8906cf319ebeb 100755 (executable)
@@ -1,21 +1,7 @@
 #!/bin/sh
 
-# Setup dev environment for Travis
-
 set -e
 
-case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in
-    0,"${COVERITY_SCAN_BRANCH_PATTERN}")
-        exit 0
-        ;;
-    1,"${COVERITY_SCAN_BRANCH_PATTERN}")
-        # OK
-        ;;
-    1,*)
-        exit 0
-        ;;
-esac
-
 case "$(uname -s)" in
     Darwin)
         # OS X
@@ -30,9 +16,5 @@ case "$(uname -s)" in
             libsnmp-dev libxml2-dev libjansson-dev \
             libevent-dev libreadline-dev libbsd-dev \
             check
-        [ x"$RUN_INTEGRATION" != x"1" ] || \
-            sudo apt-get -qqy install \
-                 vde2 iproute qemu \
-                 bridge-utils busybox
         ;;
 esac