Skip to content

Commit 47271e7

Browse files
committed
Remove greenkeeper-lockfile
According to https://blog.greenkeeper.io/announcing-native-lockfile-support-85381a37a0d0 it’s unnecessary since Sept 2018?! Also remove the update step, it hasn’t been necessary since we began pinning the scratch-* packages.
1 parent b02e514 commit 47271e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ env:
1515
cache:
1616
directories:
1717
- node_modules
18-
before_install:
19-
# package-lock.json was introduced in npm@5
20-
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
21-
- npm install -g greenkeeper-lockfile
2218
install:
2319
- npm --production=false install
24-
- npm --production=false update
25-
before_script: greenkeeper-lockfile-update
2620
script:
2721
- npm test
28-
after_script: greenkeeper-lockfile-upload
2922
before_deploy:
3023
- >
3124
if [ -z "$BEFORE_DEPLOY_RAN" ]; then

0 commit comments

Comments
 (0)