Upgrade travis g++
This commit is contained in:
parent
c6bf1bb656
commit
3ae6376abe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue