Use gcc 4.9 for build in travis

This commit is contained in:
Daniel García Aubert 2017-02-07 11:55:21 +01:00
parent a053f198f5
commit aaa3e34c7f

View File

@ -10,6 +10,7 @@ addons:
- libjpeg8-dev
- libgif-dev
- libpango1.0-dev
- g++-4.9
before_install:
- createdb template_postgis
@ -17,7 +18,7 @@ before_install:
- psql -c "CREATE EXTENSION postgis" template_postgis
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
- NPROCS=1 JOBS=1 PGUSER=postgres CXX=g++-4.9
language: node_js
node_js: