From af10330cc6439f053f19093abe8c47f55c503bde Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 11:36:49 -0700 Subject: [PATCH] Added travis.yml --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a858fee --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: cpp + +compiler: + - gcc + - clang + +branches: + only: + - master + - testing + +notifications: + email: true + +os: + - linux \ No newline at end of file