Skip to content

Commit d682432

Browse files
committed
build: use npm over yarn
1 parent b475922 commit d682432

File tree

2 files changed

+3
-7977
lines changed

2 files changed

+3
-7977
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ language: node_js
22
node_js: "8.11"
33

44
install:
5-
- yarn install
5+
- npm install
66

77
script:
8-
- yarn run build
8+
- npm run build
99

10-
cache: yarn
10+
cache: npm
1111

1212
deploy:
1313
provider: script

0 commit comments

Comments
 (0)