Commit 796305a3 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Merge pull request #315 from badboy/travis-fix

Update apt repos first
parents 37c06fac 0f6ad5c4
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment