aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-09 23:13:56 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-09 23:17:17 -0400
commit48356f96ce05948a046d0732dedda66b3e0b69c8 (patch)
tree632698c837a0828541dde6acb72fd10f6cb1b7ec /.travis.yml
parentc86ce093ce93eb8da1136acd1e81973ef0bb54fc (diff)
Add config for Travis CI to run the tests automatically.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..68efeb5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+compiler:
+ - gcc
+script: script/runtests.sh
+before_install: script/bootstrap.sh