summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-17 19:25:14 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-17 19:25:14 -0700
commit9ae2a4596a5c83d55555d5805db6637831e62bec (patch)
tree3074c1d02f768cc1ab5d9ed4d81f9634f290a270 /.travis.yml
parentdc4726d9c8fde5d6d050b873b2ee6ef68bf81dce (diff)
Add travis.yml
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..44a6d2d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+script: make && make test
+compiler:
+ - clang
+ - gcc