Skip to content

Commit a6e0e41

Browse files
committed
CI: use yarn instead of npm i
1 parent 7470b46 commit a6e0e41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ node_js:
55
- "4"
66
- "6"
77
install:
8-
- npm i -g npm
9-
- npm install
10-
script: npm test
8+
- yarn
119
notifications:
1210
email:
1311
on_failure: change
12+
on_success: change
1413
after_success:
1514
- npm run coveralls

0 commit comments

Comments
 (0)