From: Klas Lindfors Date: Thu, 25 Oct 2012 14:18:08 +0000 (+0200) Subject: try to do update before install X-Git-Tag: v1.9.0~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e354e2f1dbe3636ecffd3069328b127c221fda;p=yubikey-personalization try to do update before install --- diff --git a/.travis.yml b/.travis.yml index 16ed26f..97801fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: script: - ./build-and-test.sh before_install: - - sudo apt-get install -qq libyubikey-dev $EXTRA + -sudo apt-get update; sudo apt-get install -qq libyubikey-dev $EXTRA matrix: include: - compiler: gcc