diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-14 11:52:08 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 12:29:57 -0700 |
commit | bf40f2f895ab5a5ebe047e9281d5ba8707e04e94 (patch) | |
tree | b78f2628d80569e66923ca5822ebc644a1d7465d | |
parent | 43927e5910f54b41530dd4dbba8059b2c80d8c26 (diff) | |
download | yosys-bf40f2f895ab5a5ebe047e9281d5ba8707e04e94.tar.gz yosys-bf40f2f895ab5a5ebe047e9281d5ba8707e04e94.tar.bz2 yosys-bf40f2f895ab5a5ebe047e9281d5ba8707e04e94.zip |
bionic -> xenial as its on whitelist
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a4e9ffe40..bc07c741e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,7 @@ matrix: addons: apt: sources: - - llvm-toolchain-bionic-8.0 + - llvm-toolchain-xenial-8 packages: - clang-8.0 - gperf |