From 13b314bf907bf4d7f76f93254dc2d5bea94dbccb Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Tue, 14 Apr 2015 22:24:23 -0300 Subject: Adds travis integration --- .travis.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..754db70 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,27 @@ +language: c + +sudo: false + +env: + global: + - LUAROCKS=2.2.1 + matrix: + - LUA=lua5.1 + - LUA=lua5.2 + - LUA=lua5.3 + - LUA=luajit # latest stable version (2.0.3) + - LUA=luajit2.0 # current head of 2.0 branch + - LUA=luajit2.1 # current head of 2.1 branch + +before_install: + - source .travis/setenv_lua.sh + +script: + - lua valua-test.lua + +after_success: + +notifications: + email: + on_success: change + on_failure: always -- cgit v1.2.3-54-g00ecf