Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml « luarocks - github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf2b1e6b37f918da94e37ca798c0b23f527af89c (plain)
1
2
3
4
5
6
7
8
9
10
language: c

compiler: gcc

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

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