diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..424bad7099 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: c +compiler: + - clang + - gcc + +before_script: + - uname -a + +script: + - ./configure && make sql + - make clean + - ./configure --enable-prere && make sql + +notifications: + email: false + +branches: + only: + - master