Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
739d7689
Commit
739d7689
authored
Apr 25, 2018
by
xzyfer
Committed by
Michael Mifsud
Apr 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump gcc@4.9 for Node 10
parent
a124e9d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.travis.yml
.travis.yml
+10
-0
No files found.
.travis.yml
View file @
739d7689
...
@@ -55,15 +55,25 @@ addons:
...
@@ -55,15 +55,25 @@ addons:
packages
:
packages
:
-
gcc-4.7
-
gcc-4.7
-
g++-4.7
-
g++-4.7
-
gcc-4.9
-
g++-4.9
before_install
:
before_install
:
-
echo $TRAVIS_NODE_VERSION
-
npm config set python `which python`
-
npm config set python `which python`
-
if [ $TRAVIS_OS_NAME == "linux" ]; then
-
if [ $TRAVIS_OS_NAME == "linux" ]; then
if [[ $(node -v) =~ "10" ]]; then
export CC="gcc-4.9";
export CXX="g++-4.9";
export LINK="gcc-4.9";
export LINKXX="g++-4.9";
else
export CC="gcc-4.7";
export CC="gcc-4.7";
export CXX="g++-4.7";
export CXX="g++-4.7";
export LINK="gcc-4.7";
export LINK="gcc-4.7";
export LINKXX="g++-4.7";
export LINKXX="g++-4.7";
fi
fi
fi
-
nvm --version
-
nvm --version
-
node --version
-
node --version
-
npm --version
-
npm --version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment