Travis: branches: only: master, 3.5
This commit is contained in:
parent
eed3d7e63a
commit
b2358a312a
|
@ -1,6 +1,13 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
language: c
|
||||
|
||||
# Build only master and stable branches. Other branches go through PRs.
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 3.5
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- LUA=5.2 LUANAME=lua5.2 BUILD_APIDOC=true DO_COVERAGE=coveralls
|
||||
|
|
Loading…
Reference in New Issue