Skip to content

Commit 7f1051e

Browse files
committed
Drop yarn and greenkeeper
1 parent 3ce8287 commit 7f1051e

File tree

4 files changed

+5175
-1663
lines changed

4 files changed

+5175
-1663
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tasks:
2-
- init: yarn install
3-
- command: yarn test
2+
- init: npm install
3+
- command: npm test

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
cache: yarn
21
node_js:
32
- node
43
- 12
54
- 10
65
language: node_js
7-
script: "yarn test-travis"
8-
before_install: yarn global add greenkeeper-lockfile@1
9-
before_script: greenkeeper-lockfile-update
6+
script: "npm run test-travis"
107
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
11-
after_script: greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)