Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
22a85726
Commit
22a85726
authored
5 years ago
by
Michael Kriese
Committed by
Rhys Arkins
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(travis): update travis node versions (#3642)
parent
0a1b188c
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/manager/travis/package.js
+3
-3
3 additions, 3 deletions
lib/manager/travis/package.js
test/manager/travis/__snapshots__/package.spec.js.snap
+13
-2
13 additions, 2 deletions
test/manager/travis/__snapshots__/package.spec.js.snap
with
16 additions
and
5 deletions
lib/manager/travis/package.js
+
3
−
3
View file @
22a85726
...
...
@@ -9,9 +9,9 @@ module.exports = {
// Start version numbers as integers for correct sorting
const
policies
=
{
lts
:
[
6
,
8
,
10
],
active
:
[
8
,
10
,
11
],
current
:
[
1
1
],
lts
:
[
8
,
10
],
active
:
[
8
,
10
,
11
,
12
],
current
:
[
1
2
],
lts_active
:
[
8
,
10
],
lts_latest
:
[
10
],
};
...
...
This diff is collapsed.
Click to expand it.
test/manager/travis/__snapshots__/package.spec.js.snap
+
13
−
2
View file @
22a85726
...
...
@@ -6,7 +6,6 @@ Array [
"isRange": true,
"newMajor": 10,
"newValue": Array [
"6.11.0",
"8.9.4",
"10.0.1",
],
...
...
@@ -15,4 +14,16 @@ Array [
]
`;
exports[`lib/manager/node/package getPackageUpdates returns result if needing updates 1`] = `Array []`;
exports[`lib/manager/node/package getPackageUpdates returns result if needing updates 1`] = `
Array [
Object {
"isRange": true,
"newMajor": 10,
"newValue": Array [
"8",
"10",
],
"sourceUrl": "https://github.com/nodejs/node",
},
]
`;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment