diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6f97178 --- /dev/null +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index 32e6c5c..774e19d 100644 --- a/README.md +++ b/README.md @@ -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)