diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-16 10:26:31 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-16 10:26:31 +0200 |
commit | a1ea11d5ef1177bf1aca9947e02f8292b146ad52 (patch) | |
tree | d175102b1d83448969e61dcae8dd5bac4a5ac3b3 | |
parent | Implement server-side notification count (diff) | |
download | nheko-a1ea11d5ef1177bf1aca9947e02f8292b146ad52.tar.xz |
Fix clang build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index caba1f0d..c94ad8d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ matrix: addons: apt: sources: ["ubuntu-toolchain-r-test", "llvm-toolchain-trusty-5.0"] - packages: ["clang-5.0", "ninja-build"] + packages: ["clang-5.0", "g++-7", "ninja-build"] before_install: - export CXX=${CXX_COMPILER} |