Skip to content

Commit 8259111

Browse files
committed
chore: remove GK lockfile and bump node versions in testing
fix: update devdeps fix: drop node 6 from test matrix, we are still copmpatbile tho, this is for standard chore: ditch standard, so we can support older node versions in testing chore: use older npm version so we can support older nodes chore: master branch builds only chore: prefer npm install to npm ci nodejs/node#29841 chore: newer npm after all chore: no node 6 then grmpf chore: re-add standard
1 parent f536060 commit 8259111

File tree

4 files changed

+6224
-2656
lines changed

4 files changed

+6224
-2656
lines changed

.travis.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: "node_js"
22
node_js:
3-
# keep latest first, so gk-lockfile can work its magic
4-
# https://github.com/greenkeeperio/greenkeeper-lockfile#testing-multiple-node-versions
3+
- 14.0
4+
- 12.0
5+
- 10.0
56
- 8.0
6-
- 6.0
7-
- node
8-
before_install:
9-
# package-lock.json was introduced in npm@5
10-
- npm install -g npm@5
11-
- npm install -g greenkeeper-lockfile@1
12-
before_script: greenkeeper-lockfile-update
13-
after_script: greenkeeper-lockfile-upload
7+
install:
8+
- npm install
9+
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
10+
branches:
11+
only:
12+
- master

0 commit comments

Comments
 (0)