加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
Benjamin Staneck 提交于 2017-05-11 00:31 . Update Dependencies
sudo: required
dist: trusty
language: node_js
branches:
only:
- master
matrix:
include:
- os: linux
node_js: 7
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
addons:
apt:
packages:
- libgnome-keyring-dev
- libicns
- graphicsmagick
- xz-utils
- rpm
- bsdtar
before_install:
- npm install -g yarn
cache: yarn
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
install:
- export CXX="g++-6"
- yarn
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
script:
- yarn run lint
- yarn run test
- yarn run package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化