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

compiler: gcc

sudo: false

env:
  matrix:
    - LUA_VER=5.1.5
    - LUA_VER=5.2.4
    - LUA_VER=5.3.1
    - LUA_VER=jit-2.0.4

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