From de86867625008ecf0e560a2e3b7056220ce950e9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Nov 2014 16:52:07 -0800 Subject: Added .travis.yml for continuous integration testing. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') 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 -- cgit v1.2.3