2 Star 16 Fork 23

zhangrenyang / page2-skeleton-webpack-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
LuoRan03 提交于 2018-04-12 15:21 . Update: trivis ci
# Commented sections below can be used to run tests on the CI server
# https://simulatedgreg.gitbooks.io/electron-vue/content/en/testing.html#on-the-subject-of-ci-testing
osx_image: xcode9.2
sudo: required
dist: trusty
language: node_js
node_js:
- 8
matrix:
include:
- os: osx
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- npm install -g xvfb-maybe
- $CC --version
- $CXX --version
- npm --version
- yarn --version
- yarn
script:
yarn run test && yarn run cover
branches:
only:
- master
JavaScript
1
https://gitee.com/zhang_renyang/page2-skeleton-webpack-plugin.git
git@gitee.com:zhang_renyang/page2-skeleton-webpack-plugin.git
zhang_renyang
page2-skeleton-webpack-plugin
page2-skeleton-webpack-plugin
master

搜索帮助