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
fcd29e92
Commit
fcd29e92
authored
May 30, 2017
by
Nick Schonning
Committed by
GitHub
May 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Use Travis Stages (#1977)
Run the initial listing before running the full matrix of builds
parent
48bbed1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
26 deletions
+29
-26
.travis.yml
.travis.yml
+29
-26
No files found.
.travis.yml
View file @
fcd29e92
language
:
node_js
node_js
:
-
"
7"
-
"
6"
-
"
4"
-
"
0.12"
-
"
0.10"
-
"
iojs"
compiler
:
gcc
sudo
:
false
os
:
-
linux
-
osx
env
:
global
:
-
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
matrix
:
fast_finish
:
true
exclude
:
-
node_js
:
iojs
-
node_js
:
"
0.10"
jobs
:
include
:
-
stage
:
test
node_js
:
"
node"
os
:
linux
before_script
:
npm run lint || exit 1;
after_success
:
npm run-script coverage;
-
stage
:
platform-test
node_js
:
"
node"
os
:
osx
-
stage
:
platform-test
node_js
:
"
lts/boron"
os
:
linux
-
stage
:
platform-test
node_js
:
"
lts/boron"
os
:
osx
-
node_js
:
"
0.12"
-
stage
:
platform-test
node_js
:
"
lts/argon"
os
:
linux
-
stage
:
platform-test
node_js
:
"
lts/argon"
os
:
osx
-
stage
:
platform-test
node_js
:
"
0.12"
os
:
linux
-
stage
:
platform-test
node_js
:
"
0.10"
os
:
linux
addons
:
apt
:
...
...
@@ -49,17 +58,11 @@ before_install:
-
gcc --version
-
g++ --version
script
:
install
:
-
npm install
-
if [ $TRAVIS_OS_NAME == "linux" ] && [ $TRAVIS_NODE_VERSION == "4" ]; then
npm run lint || exit 1;
fi
-
npm test
after_success
:
-
if [ $TRAVIS_OS_NAME == "linux" ] && [ $TRAVIS_NODE_VERSION == "4" ]; then
npm run-script coverage;
fi
script
:
-
npm test
cache
:
directories
:
...
...
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