Travis: branches: only: master, 3.5

This commit is contained in:
Daniel Hahler 2016-10-05 00:13:47 +02:00
parent eed3d7e63a
commit b2358a312a
1 changed files with 7 additions and 0 deletions

View File

@ -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