Skip to content

Commit 142d7b1

Browse files
committed
travis yarn to npm
1 parent 025563c commit 142d7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
cache:
3-
yarn: true
43
directories:
54
- node_modules
65
node_js:
76
- "7"
87
- "6"
8+
install: npm install
99
after_success:
1010
- npm run coverall

0 commit comments

Comments
 (0)