mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-27 18:42:18 +00:00
first try at travis...
This commit is contained in:
28
.travis.yml
Normal file
28
.travis.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
language: erlang
|
||||
|
||||
env:
|
||||
- LUA="luajit-2.0.0-beta9"
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq git luajit luarocks
|
||||
- sudo ln -s /usr/bin/luajit-2.0.0-beta9 /usr/bin/luajit
|
||||
- sudo luarocks install busted
|
||||
- git clone git://github.com/Tieske/date.git
|
||||
- cd date
|
||||
|
||||
script: "sudo busted"
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
- http://exobot.herokuapp.com/hubot/travis
|
||||
recipients:
|
||||
- thijs@thijsschreijer.nl
|
||||
email:
|
||||
on_success: always
|
||||
on_failure: always
|
||||
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
|
Reference in New Issue
Block a user