From 1916e0eb74b73c4bb64d2011b136e49f5541a5b3 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 13 Aug 2014 18:23:08 +0200 Subject: [PATCH] .travis.yml: continuously check the patch files This commit enables to use travis ci for continuous integration. As bash is not a valid programming language setup for travis, I simply used the default ruby environment, which also provides a proper shell interpreter. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0629ca9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +language: ruby +script: ./scripts/check-patch-files.sh recipes-ros