Skip to content

Commit 6ded0a8

Browse files
committed
Travis: Attempt gcc 4.8 instead of 5.1
Having issues with missing symbols, potentially toolchain mismatches..
1 parent 31e343b commit 6ded0a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ before_install:
88
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
99
- sudo add-apt-repository ppa:boost-latest/ppa -y
1010
- sudo apt-get update -qq
11-
- sudo apt-get install g++-5
11+
- sudo apt-get install g++-4.8
1212
- sudo apt-get install libboost1.55-all-dev
1313

1414
install:
1515
- npm install
1616
before_script:
17-
- make CPP=g++-5 EXTRA_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/
17+
- make CPP=g++-4.8 EXTRA_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/
1818
script:
1919
- npm test

0 commit comments

Comments
 (0)