diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..c47be78c1dc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: cpp +compiler: + - gcc + - clang +os: + - linux + - osx + # Change this to your needs +script: + ./configure && make && make test \ No newline at end of file