Skip to content

Commit 5cad0f1

Browse files
author
Mateu Aguiló Bosch
committed
fix: do not use yarn (II)
1 parent d58d093 commit 5cad0f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
-
2323
stage: test
2424
script:
25-
- yarn lint
26-
- yarn flow
27-
- yarn test-ci
25+
- npm run lint
26+
- npm run flow
27+
- npm run test-ci
2828

2929
-
3030
stage: release
3131
script:
32-
- yarn semantic-release
32+
- npm run semantic-release

0 commit comments

Comments
 (0)