From 82620773728801b14fb82b46f4d02a989ce1307b Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 12 Sep 2016 19:56:03 +0300 Subject: [PATCH] testing travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 454b7e3..3f7f669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ addons: apt: packages: - - clang-3.9 + - clang-3.7 - lib32stdc++6 - lib32z1-dev - libc6-dev-i386 @@ -9,7 +9,7 @@ addons: - gcc-multilib - g++-multilib sources: - - llvm-toolchain-precise-3.9 + - llvm-toolchain-precise-3.7 - ubuntu-toolchain-r-test language: cpp branches: