Use g++ 4.8 on travis

This commit is contained in:
Michelle Tilley 2016-06-14 15:31:59 -07:00
parent dc659ff9b3
commit fa7d1d6687
No known key found for this signature in database
GPG Key ID: CD86C13E51F378DA

View File

@ -8,7 +8,7 @@ branches:
env:
global:
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4
- C_INCLUDE_PATH=/usr/include/$(gcc -print-multiarch)
- CXX=g++-4.8
compiler: clang
@ -47,9 +47,11 @@ notifications:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- git
- libgnome-keyring-dev
- fakeroot
- gcc-multilib
- g++-4.8