From 0dee00a2c59c74a9dca5ca545fa20e552b7016e0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Dec 2012 08:19:15 +0100 Subject: [PATCH] travis: workaround the fact that Travis images are not always up-to-date --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5