Backport to Lua 5.1 (because 5.2 on Travis doesn't have luaposix...).

This commit is contained in:
David Given
2016-08-14 22:52:57 +02:00
parent 38c6a87ed5
commit 53f043ff40
3 changed files with 25 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
before_install:
- sudo apt-get install ed lua5.2 lua-posix ninja
- sudo apt-get install ed lua5.1 liblua5.1-posix1 ninja
language: c
script:
- make PREFIX=/tmp/acki -j4