1 Star 0 Fork 1

typescript/angular2-webpack-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: node_js
node_js:
- "4"
- "5"
- "6"
- "node"
# Matrix failure enabled for https://github.com/TheLarkInn/LazyParseWebpackPlugin/issues/6
matrix:
fast_finish: true
allow_failures:
- node_js: "4"
install:
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- npm run ci
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/typescript/angular2-webpack-starter.git
[email protected]:typescript/angular2-webpack-starter.git
typescript
angular2-webpack-starter
angular2-webpack-starter
master

搜索帮助