travis-ci - remove gcc build
This commit is contained in:
parent
6f0bab6246
commit
255e2977a7
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -20,16 +20,6 @@ sudo: false
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
name: Linux gcc-6
|
||||
env: >-
|
||||
CXX="ccache g++-6"
|
||||
CC="gcc-6"
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
apt:
|
||||
sources: [ 'ubuntu-toolchain-r-test']
|
||||
packages: [ 'libstdc++-6-dev', 'g++-6', 'xutils-dev', 'postgresql-9.4-postgis-2.3' ]
|
||||
- os: linux
|
||||
name: Linux clang-3.9
|
||||
env: >-
|
||||
|
|
Loading…
Reference in a new issue