Test with g++-4.8

This commit is contained in:
Raul Ochoa 2016-12-19 10:21:28 +01:00
parent c020e3f78e
commit c9a3c43878

View File

@ -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"