Add .travis.yml for the busted specs I need to make

This commit is contained in:
Colby Klein 2015-04-25 03:56:36 -07:00
parent 3b53764662
commit 32811b7a0a

27
.travis.yml Normal file
View File

@ -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