1 Star 0 Fork 4

iuhao/供应链金融后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
云之彼端有你 提交于 2017-11-02 14:47 . add
sudo: required
dist: trusty
language: node_js
node_js:
- '4.5'
install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
- sudo apt-get update -q
- sudo apt-get install -q google-chrome-stable
before_script:
- npm install
script:
- npm run test-single-run
- (npm start > /dev/null &) && (npm run protractor)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iuhao/FinancialSupplyChainBackStage.git
git@gitee.com:iuhao/FinancialSupplyChainBackStage.git
iuhao
FinancialSupplyChainBackStage
供应链金融后台
master

搜索帮助