Add Travis CI config.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Sun, 29 Dec 2013 19:43:29 +0000 (14:43 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Sun, 29 Dec 2013 19:43:29 +0000 (14:43 -0500)
.travis.yml [new file with mode: 0644]
README.mkd

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..9ecb6a4
--- /dev/null
@@ -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="
index 0ec5126..c6dfb43 100644 (file)
@@ -81,7 +81,8 @@ The library supports parsing floating point CAN signals as well as booleans.
 
 ## Testing
 
-The library includes a test suite that uses the `check` C unit test library.
+The library includes a test suite that uses the `check` C unit test library. It
+requires the unit testing library `check`.
 
     $ make test