We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce8287 commit 7f1051eCopy full SHA for 7f1051e
.gitpod.yml
@@ -1,3 +1,3 @@
1
tasks:
2
- - init: yarn install
3
- - command: yarn test
+ - init: npm install
+ - command: npm test
.travis.yml
@@ -1,11 +1,7 @@
-cache: yarn
node_js:
- node
4
- 12
5
- 10
6
language: node_js
7
-script: "yarn test-travis"
8
-before_install: yarn global add greenkeeper-lockfile@1
9
-before_script: greenkeeper-lockfile-update
+script: "npm run test-travis"
10
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
11
-after_script: greenkeeper-lockfile-upload
0 commit comments