Skip to content

Commit 2a88df4

Browse files
committed
Use yarn on travis.
1 parent ad98d78 commit 2a88df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ branches:
2424

2525
deploy:
2626
provider: script
27-
script: npm run prebuild && npm run prebuild:upload -u ${PREBUILD_UPLOAD}
27+
script: yarn run prebuild && yarn run prebuild:upload -u ${PREBUILD_UPLOAD}
2828
skip_cleanup: true
2929
on:
3030
all_branches: true

0 commit comments

Comments
 (0)