toaruos/.travis.yml
2012-12-07 19:30:10 -08:00

11 lines
223 B
YAML

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