Browse Source

fix

pull/9/head
tangjinzhou 7 years ago
parent
commit
31053be71e
  1. 2
      .travis.yml

2
.travis.yml

@ -5,6 +5,8 @@ node_js:
cache:
directories:
- node_modules
before_script:
- git checkout gh-pages
script:
- npm run build
after_success:

Loading…
Cancel
Save