Upgrade travis g++
This commit is contained in:
parent
c6bf1bb656
commit
3ae6376abe
|
@ -4,14 +4,14 @@ node_js:
|
||||||
- "8"
|
- "8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.9
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.9
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
|
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
Loading…
Reference in New Issue