Skip to content

Commit 3f75587

Browse files
committed
Use yarn instead of npm to run script
1 parent 3ee45c4 commit 3f75587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ node_js:
1010
- "4.4"
1111

1212
script:
13-
- npm test
14-
- npm run lint
15-
- npm run coverage && npm run coverage-upload
13+
- yarn run test
14+
- yarn run lint
15+
- yarn run coverage && yarn run coverage-upload
1616

1717
notifications:
1818
email:

0 commit comments

Comments
 (0)