Commit 7cc7c06c authored by Alexis La Goutte's avatar Alexis La Goutte

.travis(.yml): no longer need llvm-toolchain-trusty-7

clang-7 is enable by default
parent 12ebeb30
...@@ -12,10 +12,8 @@ addons: ...@@ -12,10 +12,8 @@ addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
packages: packages:
- g++-8 - g++-8
- clang-7
- autoconf - autoconf
- automake - automake
- autotools-dev - autotools-dev
...@@ -35,7 +33,6 @@ addons: ...@@ -35,7 +33,6 @@ addons:
before_install: before_install:
- $CC --version - $CC --version
- if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-7" CC="clang-7"; fi
- $CC --version - $CC --version
- go version - go version
- cmake --version - cmake --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment