From b198b696c8c713949ede6a900646482112e5daf4 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 10 Oct 2014 15:24:05 +0100 Subject: Add configuration for building with Travis-CI. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..631802526 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +compiler: + - "clang" + - "gcc" +language: "cpp" +notifications: + email: false +os: + - "linux" + - "osx" +script: + - "sh ./tools/travis-ci.sh" +sudo: required -- cgit v1.2.3