Skip to content

Commit fd6b312

Browse files
committed
deploy
1 parent e301517 commit fd6b312

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ 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
42+
- nvm install 10
4243
script:
4344
- git config --global user.name "${GH_NAME}"
4445
- git config --global user.email "${GH_EMAIL}"
4546
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
46-
- npm install && GIT_USER="${GH_NAME}" npm run deploy
47+
- yarn && GIT_USER="${GH_NAME}" yarn deploy

0 commit comments

Comments
 (0)