diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 76fdf6d1..cf2b1e6b 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,3 +1,10 @@ | |||
1 | language: c | 1 | language: c |
2 | |||
2 | compiler: gcc | 3 | compiler: gcc |
3 | script: cd test && ./testing.sh --travis --lua 5.2.3 && ./testing.sh --travis --lua 5.1.5 | 4 | |
5 | env: | ||
6 | matrix: | ||
7 | - LUA_VER=5.1.5 | ||
8 | - LUA_VER=5.2.3 | ||
9 | |||
10 | script: cd test && ./testing.sh --travis --lua $LUA_VER | ||