Skip to content

Commit 08c6f63

Browse files
committed
add yarn.lock
1 parent 787114e commit 08c6f63

File tree

2 files changed

+3707
-4
lines changed

2 files changed

+3707
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ node_js:
1414

1515

1616
install:
17-
- npm install
18-
- npm install coveralls
17+
- yarn
18+
- yarn add coveralls
1919

2020
script:
21-
- npm run coverage
22-
- npm run lint
21+
- yarn run coverage
22+
- yarn run lint
2323

2424
after_success:
2525
- nyc report --reporter=text-lcov | coveralls

0 commit comments

Comments
 (0)