From a5a8afdb7dc20cb8ae0c07803b816d1ea49d69cc Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Sat, 4 Jan 2014 09:08:17 -0500
Subject: [PATCH] add travis config

---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..49472f2a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: cpp
+compiler:
+  - gcc
+  - clang
+# Change this to your needs
+script: make
\ No newline at end of file
-- 
GitLab