aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-03-21 19:33:47 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-03-21 19:33:47 -0300
commit00b5631f71fcb0db535aded042b51aa58223e6a4 (patch)
tree25ce0874e7f413e9c4afd501eb0e5b287b583686 /.travis.yml
parent33eb3546bf94dd88fef3a1646fa02d499b98dca8 (diff)
downloadluarocks-00b5631f71fcb0db535aded042b51aa58223e6a4.tar.gz
luarocks-00b5631f71fcb0db535aded042b51aa58223e6a4.tar.bz2
luarocks-00b5631f71fcb0db535aded042b51aa58223e6a4.zip
Run Travis-CI testsuite on Lua 5.1 and Lua 5.2!
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dced928c..76fdf6d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
1language: c 1language: c
2compiler: gcc 2compiler: gcc
3script: cd test && ./testing.sh --travis 3script: cd test && ./testing.sh --travis --lua 5.2.3 && ./testing.sh --travis --lua 5.1.5