diff options
author | Daniel Black <daniel@linux.ibm.com> | 2018-07-06 15:34:29 +1000 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2018-08-21 10:47:39 +0300 |
commit | 0dadb96e169d3fa94b5cbcadd97b3cc8e3c0e138 (patch) | |
tree | 707d976efa04a49c0014f8c56d3c77536acf8e86 /.travis.yml | |
parent | 34c7222c088ded8f1192142db935c000b2ba6b8d (diff) | |
download | mariadb-git-0dadb96e169d3fa94b5cbcadd97b3cc8e3c0e138.tar.gz |
travis: llvm repo gpg key missing - use travis defination
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6142e76e1e0..95e0796099b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,8 +111,8 @@ addons: apt: sources: - ubuntu-toolchain-r-test - - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main' - - sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main' + - llvm-toolchain-trusty-5.0 + - llvm-toolchain-trusty-6.0 packages: # make sure these include all compilers and all build dependencies (see list above) - gcc-5 - g++-5 |