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
a00aece6
Commit
a00aece6
authored
Jan 08, 2017
by
xzyfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove LibSass git submdule from CI
parent
7667dba1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
.travis.yml
.travis.yml
+0
-1
appveyor.yml
appveyor.yml
+0
-2
No files found.
.travis.yml
View file @
a00aece6
...
@@ -36,7 +36,6 @@ addons:
...
@@ -36,7 +36,6 @@ addons:
-
g++-4.7
-
g++-4.7
before_install
:
before_install
:
-
git submodule update --init --recursive
-
npm config set python `which python`
-
npm config set python `which python`
-
if [ $TRAVIS_OS_NAME == "linux" ]; then
-
if [ $TRAVIS_OS_NAME == "linux" ]; then
export CC="gcc-4.7";
export CC="gcc-4.7";
...
...
appveyor.yml
View file @
a00aece6
...
@@ -49,7 +49,6 @@
...
@@ -49,7 +49,6 @@
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
node --version
-
node --version
-
npm --version
-
npm --version
-
git submodule update --init --recursive
-
npm install --msvs_version=2013
-
npm install --msvs_version=2013
test
:
off
test
:
off
...
@@ -121,7 +120,6 @@
...
@@ -121,7 +120,6 @@
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
node --version
-
node --version
-
npm --version
-
npm --version
-
git submodule update --init --recursive
-
npm install --msvs_version=2013
-
npm install --msvs_version=2013
test_script
:
test_script
:
...
...
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