1 Star 0 Fork 19

zanxueyan/blockly

forked from Gitee 极速下载/blockly 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rachel Fenichel 提交于 2020-08-10 15:20 . Remove node 8 and add node 14
language: node_js
os: linux
dist: xenial
node_js:
- 10
- 12
- 14
addons:
chrome: stable
firefox: latest
# TODO (#2114): re-enable osx build.
# - os: osx
# node_js: stable
# osx_image: xcode8.3
# addons:
# firefox: latest
env:
- TRAVIS_CI=true
before_script:
- export DISPLAY=:99.0
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ( tests/scripts/setup_linux_env.sh ) fi
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then ( tests/scripts/setup_osx_env.sh ) fi
- sleep 2
script:
- npm run test:run
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zanxy/blockly.git
git@gitee.com:zanxy/blockly.git
zanxy
blockly
blockly
master

搜索帮助