From: Vincent Bernat Date: Mon, 17 Dec 2012 07:19:15 +0000 (+0100) Subject: travis: workaround the fact that Travis images are not always up-to-date X-Git-Tag: 0.7.0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dee00a2c59c74a9dca5ca545fa20e552b7016e0;p=thirdparty%2Flldpd.git travis: workaround the fact that Travis images are not always up-to-date --- diff --git a/.travis.yml b/.travis.yml index 1c661410..29447476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: "python" install: + - "sudo apt-get -qq update" - "sudo apt-get -y install automake autoconf libtool pkg-config" - "sudo apt-get -y install libsnmp-dev libxml2-dev libjansson-dev libevent-dev check" script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && make distcheck && sudo make install"