ソースを参照

Clang CI build removed as the lack of C++17 support on Travis CI (#87).

main
offa 7年前
コミット
ff230c9df5
1個のファイルの変更0行の追加11行の削除
  1. +0
    -11
      .travis.yml

+ 0
- 11
.travis.yml ファイルの表示

@@ -21,17 +21,6 @@ matrix:
- g++-7
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty
- llvm-toolchain-trusty-3.9
- llvm-toolchain-trusty-4.0
- llvm-toolchain-trusty-5.0
- env: CXX=clang++-5.0 CC=clang-5.0
addons:
apt:
packages:
- clang-5.0
- libc++-dev
sources: *sources


install:

読み込み中…
キャンセル
保存