Add .travis.yml for the busted specs I need to make
This commit is contained in:
parent
3b53764662
commit
32811b7a0a
27
.travis.yml
Normal file
27
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user