mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-28 02:52:18 +00:00
29 lines
532 B
YAML
29 lines
532 B
YAML
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
|
|
|