mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +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:
|
||||
include:
|
||||
- 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
|
||||
compiler: clang
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user