Update apt repos first

This commit is contained in:
Jan-Erik Rediger 2015-03-18 10:39:45 +01:00
parent 9be3a07d8a
commit 0f6ad5c460
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ env:
- TARGET="32bit" PRE="valgrind --track-origins=yes --leak-check=full"
install:
- sudo apt-get update -qq
- sudo apt-get install libc6-dbg libc6-dev libc6-i686:i386 libc6-dev-i386 libc6-dbg:i386 valgrind -y
script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE"