test on postgres 9.4 + run linux first
This commit is contained in:
parent
6047575991
commit
b211b7357d
1 changed files with 7 additions and 8 deletions
15
.travis.yml
15
.travis.yml
|
@ -3,8 +3,7 @@ language: cpp
|
|||
sudo: false
|
||||
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
# http://docs.travis-ci.com/user/apt/
|
||||
postgresql: "9.4"
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
@ -18,18 +17,18 @@ cache:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8 COVERAGE=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: JOBS=8
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env: JOBS=6
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8 COVERAGE=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: JOBS=8
|
||||
|
||||
before_install:
|
||||
- export COVERAGE=${COVERAGE:-false}
|
||||
|
|
Loading…
Reference in a new issue