1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-07-08 01:24:39 +03:00
This commit is contained in:
premek 2017-01-25 22:12:11 +01:00
parent 4717e8f88f
commit 397ff24d7d
2 changed files with 15 additions and 0 deletions

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
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"

View file

@ -1,3 +1,5 @@
[![autobuild status](https://travis-ci.org/premek/pink.svg)](https://travis-ci.org/premek/pink)
# pink
An attempt to implement a subset of [ink](https://github.com/inkle/ink) in lua using [lpeg](http://www.inf.puc-rio.br/~roberto/lpeg)