From 08e354e2f1dbe3636ecffd3069328b127c221fda Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 25 Oct 2012 16:18:08 +0200 Subject: [PATCH] try to do update before install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5