Upgrade travis g++

pull/161/head
Chocobozzz 2017-12-19 11:12:25 +01:00
parent c6bf1bb656
commit 3ae6376abe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ node_js:
- "8"
env:
- CXX=g++-4.8
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-4.9
postgresql: "9.4"
cache: yarn