Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit c6048da

Browse files
committed
Run npm scripts with Yarn
Since Yarn 0.16.0 fixed running npm scripts ✨
1 parent a446228 commit c6048da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ before_install:
88
install:
99
- yarn install
1010
script:
11-
- npm test
12-
- npm run coveralls
11+
- yarn test
12+
- yarn run coveralls
1313

0 commit comments

Comments
 (0)