Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 480250c

Browse files
committed
Use g++4.9 for all Node >= 10 in Travis CI
1 parent f4eebc8 commit 480250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ before_install:
8080
- echo $TRAVIS_NODE_VERSION
8181
- npm config set python `which python`
8282
- if [ $TRAVIS_OS_NAME == "linux" ]; then
83-
if [[ $(node -v) =~ v1[01] ]]; then
83+
if [[ $(node -v) =~ v[1-9][0-9] ]]; then
8484
export CC="gcc-4.9";
8585
export CXX="g++-4.9";
8686
export LINK="gcc-4.9";

0 commit comments

Comments
 (0)