1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-04-25 13:49:27 +03:00
ink-instead/.travis.yml
2017-06-26 01:47:16 +02:00

15 lines
264 B
YAML

language: bash
sudo: false
install: true
addons:
apt:
packages:
- lua5.1
- luarocks
before_install:
- luarocks install --local lpeg
- "`luarocks path`" # execute the luarocks output - sets the paths for 'local' tree
script: "lua test/test.lua"