Add Travis CI config.

This commit is contained in:
Christopher Peplin 2013-12-29 15:29:49 -05:00
parent f13267feab
commit 3336fd7115
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
compiler:
- gcc
script: make test
before_install:
- sudo apt-get update -qq
- sudo apt-get install check
notifications:
hipchat:
- secure: "ZO/hEAoOTZ4FJytMW0m4LZrsdFVM1/V0Hu13zfj8mdcHkf2MyfxthPDecnn5\naZVn4P8mSSwpp39EnAfa9fBcWcDESnKM1YQKPPGkoxZZHIOd2rYhRv34XfpE\n5qNLkQ/lEPQCBEmvIQ5ZJxsiZjGhO7KxWvdNdruH6cdVCYSh4Xo="