1 Star 0 Fork 0

lirongfei123/myplan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
rongping.lrp 提交于 2017-09-14 08:24 . 更新
sudo: false
dist: trusty
language: node_js
cache:
directories:
- node_modules
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
node_js:
- "6"
- "7"
- "node"
matrix:
fast_finish: true
before_install:
- npm install npm@5 -g
- npm cache verify
- npm prune
- npm update
install:
- npm install
after_install:
- npm rebuild node-sass
before_script:
- node ./node_modules/protractor/bin/webdriver-manager update
- npm rebuild node-sass
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- npm run ci:travis
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lirongfei/myplan.git
git@gitee.com:lirongfei/myplan.git
lirongfei
myplan
myplan
master

搜索帮助