.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.
This commit is contained in:
parent
d737c98e1a
commit
1916e0eb74
|
@ -0,0 +1,2 @@
|
|||
language: ruby
|
||||
script: ./scripts/check-patch-files.sh recipes-ros
|
Loading…
Reference in New Issue