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
9e564a17
Commit
9e564a17
authored
Apr 25, 2019
by
xzyfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use explicit Node version numbers in CI config
parent
5aae0d23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.travis.yml
.travis.yml
+8
-8
No files found.
.travis.yml
View file @
9e564a17
...
...
@@ -36,28 +36,28 @@ jobs:
node_js
:
"
9"
os
:
osx
-
stage
:
platform-test
node_js
:
"
7
"
node_js
:
"
8
"
os
:
linux
-
stage
:
platform-test
node_js
:
"
7
"
node_js
:
"
8
"
os
:
osx
-
stage
:
platform-test
node_js
:
"
lts/carbon
"
node_js
:
"
7
"
os
:
linux
-
stage
:
platform-test
node_js
:
"
lts/carbon
"
node_js
:
"
7
"
os
:
osx
-
stage
:
platform-test
node_js
:
"
lts/boron
"
node_js
:
"
6
"
os
:
linux
-
stage
:
platform-test
node_js
:
"
lts/boron
"
node_js
:
"
6
"
os
:
osx
-
stage
:
platform-test
node_js
:
"
lts/argon
"
node_js
:
"
4
"
os
:
linux
-
stage
:
platform-test
node_js
:
"
lts/argon
"
node_js
:
"
4
"
os
:
osx
-
stage
:
platform-test
node_js
:
"
0.12"
...
...
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