From 0842090c78d9719ccfda41914daed19ef81df515 Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Wed, 26 Mar 2014 16:50:32 -0300 Subject: Use a test matrix in Travis --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76fdf6d1..cf2b1e6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,10 @@ language: c + compiler: gcc -script: cd test && ./testing.sh --travis --lua 5.2.3 && ./testing.sh --travis --lua 5.1.5 + +env: + matrix: + - LUA_VER=5.1.5 + - LUA_VER=5.2.3 + +script: cd test && ./testing.sh --travis --lua $LUA_VER -- cgit v1.2.3-55-g6feb