From b458793b199f27831534f9a05b51e05be261b935 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 6 Nov 2012 16:41:41 -0800 Subject: [PATCH] Trying travis-ci out. --- .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 0000000..9d36167 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: cpp +compiler: + - gcc + - clang +# Change this to your needs +script: make -- 2.42.0