summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:52:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-16 16:52:07 -0800
commitde86867625008ecf0e560a2e3b7056220ce950e9 (patch)
tree2bb1f4ea893ef407f163e69de9d972d175243b80 /.travis.yml
parent3826a607c17e16afedcdcec09df84e8249cf4756 (diff)
Added .travis.yml for continuous integration testing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..ae926e4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: c
+compiler:
+ - clang
+ - gcc
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -qq re2c
+script:
+ - make archive
+ - make testarchive