There was an error while loading. Please reload this page.
1 parent e84c6a9 commit 3838eaeCopy full SHA for 3838eae
1 file changed
.travis.yml
@@ -87,12 +87,12 @@ before_install:
87
- echo $TRAVIS_NODE_VERSION
88
- npm config set python `which python`
89
- if [ $TRAVIS_OS_NAME == "linux" ]; then
90
- if [[ $(node -v) =~ v13 ]]; then
+ if [[ $(node -v) =~ v1[23] ]]; then
91
export CC="gcc-6";
92
export CXX="g++-6";
93
export LINK="gcc-6";
94
export LINKXX="g++-6";
95
- elif [[ $(node -v) =~ v[1-9][0-9] ]]; then
+ elif [[ $(node -v) =~ v1[01] ]]; then
96
export CC="gcc-4.9";
97
export CXX="g++-4.9";
98
export LINK="gcc-4.9";
0 commit comments