hammer/.travis.yml

14 lines
190 B
YAML
Raw Normal View History

2013-07-11 22:39:06 +02:00
language: c
compiler:
- gcc
- clang
2013-09-13 01:14:40 -07:00
script:
- scons
2013-07-11 22:52:59 +02:00
notifications:
2013-11-20 15:37:24 -06:00
irc:
channels:
- "irc.upstandinghackers.com#hammer"
use_notice: true
skip_join: true