2 Star 0 Fork 0

mirrors_opencollective/vscode-leetcode

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sheng Chen 提交于 2018-06-08 14:56 +08:00 . add signin action into explorer title (#42)
language: node_js
node_js:
- 'lts/*'
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install -g vsce
- npm install
script:
- npm run lint
- vsce package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_opencollective/vscode-leetcode.git
git@gitee.com:mirrors_opencollective/vscode-leetcode.git
mirrors_opencollective
vscode-leetcode
vscode-leetcode
v0.15.1

搜索帮助