diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..94d2c4b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,27 @@ +language: erlang + +env: + - LUA="" + - LUA="luajit" + +branches: + only: + - master + +install: + - sudo apt-get install luajit + - sudo apt-get install luarocks + - sudo luarocks install luafilesystem + - sudo luarocks install busted + +script: "busted spec" + +notifications: + irc: "irc.oftc.net#hate" + # webhooks: + # - http://whatever/travis-results + recipients: + - shakesoda+travis@gmail.com + email: + on_success: change + on_failure: always