From 62f7766acb2982e7dcc502d84e59063645b75b47 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 14 Mar 2015 17:09:43 +0530 Subject: [PATCH] Check tidy in Travis file --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..dfa4d4020bf --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +sudo: false + +script: + - ./mach test-tidy