Skip to content

Commit e301517

Browse files
committed
fix deploy
1 parent 8a8132a commit e301517

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
@@ -35,12 +35,12 @@ node_js:
3535
branches:
3636
only:
3737
- master
38-
cache:
39-
yarn: true
40-
install:
41-
- yarn
38+
# cache:
39+
# yarn: true
40+
# install:
41+
# - yarn
4242
script:
4343
- git config --global user.name "${GH_NAME}"
4444
- git config --global user.email "${GH_EMAIL}"
4545
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
46-
- yarn && GIT_USER="${GH_NAME}" yarn deploy
46+
- npm install && GIT_USER="${GH_NAME}" npm run deploy

0 commit comments

Comments
 (0)