aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index fd4ce5d..04d46ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,16 @@ language: c
3sudo: false 3sudo: false
4 4
5env: 5env:
6 global: 6 - LUA="lua 5.1"
7 - LUAROCKS=2.3.0 7 - LUA="lua 5.2"
8 matrix: 8 - LUA="lua 5.3"
9 - LUA=lua5.1 9 - LUA="luajit 2.0"
10 - LUA=lua5.2
11 - LUA=lua5.3
12 - LUA=luajit
13 10
14before_install: 11before_install:
15 - source .travis/setenv_lua.sh 12 - pip install --user cpp-coveralls hererocks
16 - pip install --user cpp-coveralls 13 - hererocks env --$LUA --luarocks latest
17 - luarocks install Lua-cURL --server=https://luarocks.org/dev 14 - export PATH="$PWD/env/bin:$PATH"
15 - luarocks install Lua-cURL --server=https://luarocks.org/dev
18 - luarocks install lua-path 16 - luarocks install lua-path
19 - luarocks install lua-cjson 17 - luarocks install lua-cjson
20 - luarocks install luacov 18 - luarocks install luacov