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