From ce4df8a6666b2097af6021af1ff4eb1f83d8faca Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 7 Feb 2017 01:29:04 +0200 Subject: [PATCH] Add ubuntu-toolchain-r-test to clang apt sources --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cd4b60..9f21bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,7 +158,7 @@ matrix: packages: - clang-3.6 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.6 - os: linux @@ -168,7 +168,7 @@ matrix: packages: - clang-3.6 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.6 - os: linux @@ -178,7 +178,7 @@ matrix: packages: - clang-3.7 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 - os: linux @@ -188,7 +188,7 @@ matrix: packages: - clang-3.7 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 - os: linux @@ -198,7 +198,7 @@ matrix: packages: - clang-3.8 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 - os: linux @@ -208,7 +208,7 @@ matrix: packages: - clang-3.8 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 - os: linux @@ -218,7 +218,7 @@ matrix: packages: - clang-3.8 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 - os: linux @@ -228,7 +228,7 @@ matrix: packages: - clang-3.8 sources: - - llvm-toolchain-precise + - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.8 - os: osx