1 Star 0 Fork 0

alexzshl/electron-api-demos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rich Trott 提交于 2018-07-12 23:30 +08:00 . use current and LTS Node.js in CI (#381)
language: node_js
node_js:
- "node"
- "lts/*"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- npm test
- npm run package:linux
branches:
only:
- master
cache:
directories:
- node_modules
notifications:
email:
on_success: never
on_failure: change
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/alexzshl/electron-api-demos.git
git@gitee.com:alexzshl/electron-api-demos.git
alexzshl
electron-api-demos
electron-api-demos
master

搜索帮助