parent
f61c6a4cd3
commit
7e5779617d
@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
sudo: required
|
||||
node_js:
|
||||
- 8.2.1
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- npm run build
|
||||
after_success:
|
||||
- git add --all .
|
||||
- git commit -m "travis ci auto build"
|
||||
- git push https://github.com/vueComponent/ant-design.git gh-pages
|
Loading…
Reference in new issue