1 Star 0 Fork 0

Gao Pengfei/hexo-new

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhio 提交于 2019-08-04 15:49 . first
language: node_js
sudo: false
node_js:
- '8'
branches:
only:
- master
# cache:
# directories:
# - node_modules
before_install:
- openssl enc -aes-256-cbc -k "$super_secret_password" -md sha512 -salt -in ./.travis/id_rsa_travis.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- eval $(ssh-agent)
- ssh-add ~/.ssh/id_rsa
- cp .travis/ssh_config ~/.ssh/config
- git config --global user.name x-cold
- git config --global user.email lxstart@outlook.com
install:
- npm install hexo-cli -g
- npm install
script:
- npm run deploy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/gpfer/hexo-new.git
git@gitee.com:gpfer/hexo-new.git
gpfer
hexo-new
hexo-new
master

搜索帮助