Skip to content

Commit 4b63817

Browse files
committed
Switch over to npm@5
1 parent 6adfe29 commit 4b63817

File tree

3 files changed

+7032
-3534
lines changed

3 files changed

+7032
-3534
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
node_js:
33
- "node"
4+
before_install:
5+
- npm i -g npm
46
script:
57
- npm run lint
68
- npm run test:cov
79
after_success:
810
- npm run coverage
9-
cache: yarn

0 commit comments

Comments
 (0)