From 2d1417cd9e4d9cb6f8446a3927e612787a56b04a Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 2 Jul 2015 12:36:12 +1000 Subject: [PATCH] Add simple .travis.yml This adds the .travis.yml file allowing for dtc building and testing in the Travis Continuous Integration system. Signed-off-by: David Gibson --- .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 0000000..f2336d8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c + +script: + - make + - make check