toaruos/.travis.yml
2012-12-10 21:23:36 -08:00

12 lines
238 B
YAML

language: c
before_install: ./.before_install.sh
before_script: ./.before_script.sh
script: ./.build-travis.sh
notifications:
email: false
irc:
channels:
- "irc.freenode.org#toaruos"
use_notice: true
skip_join: true