Use gcc 4.9 for build in travis
This commit is contained in:
parent
a053f198f5
commit
aaa3e34c7f
@ -10,6 +10,7 @@ addons:
|
|||||||
- libjpeg8-dev
|
- libjpeg8-dev
|
||||||
- libgif-dev
|
- libgif-dev
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
|
- g++-4.9
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- createdb template_postgis
|
- createdb template_postgis
|
||||||
@ -17,7 +18,7 @@ before_install:
|
|||||||
- psql -c "CREATE EXTENSION postgis" template_postgis
|
- psql -c "CREATE EXTENSION postgis" template_postgis
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- NPROCS=1 JOBS=1 PGUSER=postgres
|
- NPROCS=1 JOBS=1 PGUSER=postgres CXX=g++-4.9
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
Loading…
Reference in New Issue
Block a user