toaruos/.travis.yml

12 lines
238 B
YAML
Raw Normal View History

2012-08-29 02:33:36 +04:00
language: c
before_install: ./.before_install.sh
before_script: ./.before_script.sh
script: ./.build-travis.sh
2012-09-15 08:22:46 +04:00
notifications:
2012-12-11 09:23:36 +04:00
email: false
2012-09-15 08:53:04 +04:00
irc:
channels:
- "irc.freenode.org#toaruos"
use_notice: true
skip_join: true