fix .travis
This commit is contained in:
parent
6f36340888
commit
17a1c72f41
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
submodules: false
|
submodules: false
|
||||||
|
@ -17,6 +15,8 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
|
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -28,6 +28,7 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.5"
|
postgresql: "9.5"
|
||||||
apt:
|
apt:
|
||||||
|
sources: [ 'ubuntu-toolchain-r-test' ]
|
||||||
packages: [ 'xutils-dev', 'postgresql-9.5-postgis-2.3' ]
|
packages: [ 'xutils-dev', 'postgresql-9.5-postgis-2.3' ]
|
||||||
- os: linux
|
- os: linux
|
||||||
name: Linux clang + coverage
|
name: Linux clang + coverage
|
||||||
|
@ -40,6 +41,8 @@ matrix:
|
||||||
- export LLVM_COV="llvm-cov"
|
- export LLVM_COV="llvm-cov"
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.5"
|
postgresql: "9.5"
|
||||||
|
apt:
|
||||||
|
sources: [ 'ubuntu-toolchain-r-test' ]
|
||||||
packages: [ 'xutils-dev', 'postgresql-9.5-postgis-2.3' ]
|
packages: [ 'xutils-dev', 'postgresql-9.5-postgis-2.3' ]
|
||||||
- os: osx
|
- os: osx
|
||||||
name: OSX clang
|
name: OSX clang
|
||||||
|
|
Loading…
Add table
Reference in a new issue