Skip to content

Commit 60adac4

Browse files
committed
Use Yarn in Travis CI
1 parent b00f08f commit 60adac4

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
@@ -2,6 +2,6 @@ language: node_js
22
node_js:
33
- '8'
44
script:
5-
- npm run lint
6-
- npm run type-check
7-
- npm test
5+
- yarn lint
6+
- yarn type-check
7+
- yarn test

0 commit comments

Comments
 (0)