加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
iDev_周晶 提交于 2016-07-05 07:32 . ok direct to do this
language: c
sudo: false
env:
global:
- LUAROCKS=2.2.2
matrix:
# Lua 5.1
- LUA=lua5.1
# LuaJIT latest stable version (2.0.4)
- LUA=luajit
# Openresty + LuaJIT + mysql
- LUA=luajit SERVER=openresty
# - LUA=luajit2.0 # current head of 2.0 branch
# - LUA=luajit2.1 # current head of 2.1 branch
# Not supported
# - LUA=lua5.2
# - LUA=lua5.3
# - How
branches:
only: master
before_install:
- source .travis/setenv_lua.sh
install:
- luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc12-1.rockspec
- luarocks install lrexlib-pcre 2.7.2-1
- luarocks install luaposix
- luarocks install lua-cjson
- luarocks install luasocket
- luarocks make
script: busted
notifications:
email:
on_success: change
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化