hammer/.travis.yml
2013-11-23 13:33:24 -06:00

16 lines
279 B
YAML

language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq swig python-dev
script:
- scons
notifications:
irc:
channels:
- "irc.upstandinghackers.com#hammer"
use_notice: true
skip_join: true