Test with g++-4.8
This commit is contained in:
parent
c020e3f78e
commit
c9a3c43878
21
.travis.yml
21
.travis.yml
@ -1,3 +1,10 @@
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
|
||||
before_install:
|
||||
- lsb_release -a
|
||||
- sudo mv /etc/apt/sources.list.d/pgdg.list* /tmp
|
||||
@ -19,19 +26,9 @@ before_install:
|
||||
- ./configure
|
||||
|
||||
env:
|
||||
- PGUSER=postgres
|
||||
- PGUSER=postgres CXX=g++-4.8
|
||||
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "6"
|
||||
addons:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
- "6"
|
||||
|
Loading…
Reference in New Issue
Block a user