aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 54778583014f077ad0c532506a41c2556c00e7de (plain)
1
2
3
4
5
6
7
8
9
10
11
language: c

compiler: gcc

env:
  matrix:
    - LUA_VER=5.1.5
    - LUA_VER=5.2.3
    - LUA_VER=5.3.0

script: cd test && ./testing.sh --travis --lua $LUA_VER