diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-29 15:29:49 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-29 15:29:49 -0500 |
commit | 3336fd7115ddf230829e8d2bb9f2a1471ca092fe (patch) | |
tree | a709602f56725dc478a1e1d7bb0bda425eba9e48 /.travis.yml | |
parent | f13267feabd7684e0de3f59b6c39f23624489274 (diff) |
Add Travis CI config.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..9ecb6a44 --- /dev/null +++ b/.travis.yml @@ -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=" |