Skip to content

Commit f332c00

Browse files
committed
ci(travis): replace npm with yarn
^
1 parent 441f27f commit f332c00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
include:
2424
- stage: test
2525
install:
26-
- npm install
26+
- yarn install
2727
script:
28-
- npm run test:prod
28+
- yarn test:prod
2929

3030
- stage: build
3131
install:
32-
- npm install
32+
- yarn install
3333
script:
34-
- npm run build
34+
- yarn build
3535

3636
- stage: release
3737
# Advanced: optionally overwrite your default `script` step to skip the tests
@@ -40,4 +40,4 @@ jobs:
4040
provider: script
4141
skip_cleanup: true
4242
script:
43-
- npm run semantic-release
43+
- yarn semantic-release

0 commit comments

Comments
 (0)