From f747be1096d3c45701e41382862dee8bad32d316 Mon Sep 17 00:00:00 2001 From: inikep Date: Mon, 12 Sep 2016 21:43:59 +0200 Subject: [PATCH] .travis.yml: added ubuntu-toolchain-r-test for asan32 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb5bc0eed20..4e47ab1c63b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ matrix: env: PLATFORM="Ubuntu 12.04" CMD="make asan32" addons: apt: + sources: + - ubuntu-toolchain-r-test packages: - libc6-dev-i386 - gcc-multilib