script: # - npm run eslint -hexog -hexodeploy--silent
branches: only: -hexo
deploy: provider:pages skip_cleanup:true keep-history:true local_dir:public github_token:$GH_TOKEN# Set in travis-ci.org dashboard on: branch:hexo repo:jonkimi/jonkimi.github.io target_branch:develop fqdn:jonkimi.com
开启持续集成
在travis-ci网站的profile页面添加需要持续集成的功能。
配置
在 Github 的 Personal access tokens 界面申请公开仓库权限 token