mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-02-08 10:46:42 +08:00
Update .travis.yml
This commit is contained in:
parent
e860eb5a4f
commit
cf5e2aa6fb
10
.travis.yml
10
.travis.yml
@ -4,7 +4,15 @@ dist: xenial
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-7
|
||||||
|
env:
|
||||||
|
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user