Skip to content

Commit fd2a857

Browse files
authored
Upgrade GCC from 4.8 to 4.9
1 parent 0f93662 commit fd2a857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ addons:
1414
- libjpeg8-dev
1515
- libpango1.0-dev
1616
- libgif-dev
17-
- g++-4.8
17+
- g++-4.9
1818
env:
19-
- CXX=g++-4.8
19+
- CXX=g++-4.9
2020
before_install:
2121
- if [[ $TRAVIS_NODE_VERSION == 0.8 ]]; then npm install -g npm@1.4.28; fi
2222
- npm explore npm -g -- npm install node-gyp@latest

0 commit comments

Comments
 (0)