Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fix: registry
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Aug 22, 2018
1 parent 03dddd4 commit 8abfd41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: node_js
cache: yarn
node_js:
- "9"
script:
before_script:
- yarn config set registry http://registry.npm.taobao.org/
script:
- yarn test
after_script:
- yarn coverage
Expand Down

0 comments on commit 8abfd41

Please sign in to comment.