diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..076584edc8e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +sudo: false + +script: + - ./mach test-tidy + +branches: + only: + - master \ No newline at end of file