diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2016-12-15 09:59:40 +1100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2016-12-15 10:36:11 +0400 |
commit | a8e0c6fd9bb8deb774c2f4f713bb9e4f05215a71 (patch) | |
tree | db85838843988b8c402b4e81e5fe9366def568f8 /.travis.yml | |
parent | e14bdcb81c88156ce5e413865f7fe124321120eb (diff) | |
download | mariadb-git-a8e0c6fd9bb8deb774c2f4f713bb9e4f05215a71.tar.gz |
Travis: add refs for future capability - when travis catches up
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7677661587a..0671841f622 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,12 @@ addons: apt: sources: - ubuntu-toolchain-r-test +# below requires https://github.com/travis-ci/apt-source-whitelist/pull/309 # - llvm-toolchain-trusty-3.8 # - llvm-toolchain-trusty-3.9 +# llvm urls awaiting fix +# https://github.com/travis-ci/apt-source-whitelist/pull/288 +# https://github.com/travis-ci/apt-source-whitelist/pull/309 packages: # make sure these match debian/control contents - gcc-5 - g++-5 |