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

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

compiler: gcc

sudo: false

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

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