1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-05-05 02:28:22 +03:00
ink-instead/.travis.yml

15 lines
264 B
YAML
Raw Permalink Normal View History

2017-01-25 23:12:11 +02:00
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"
2017-06-26 02:47:16 +03:00