Browse Source
Create a minimal .travis.yml to trigger the check Changelog: Title Signed-off-by: Lluis Campos <lluis.campos@northern.tech>1.1.x
Lluis Campos
6 years ago
2 changed files with 11 additions and 0 deletions
@ -1,3 +1,4 @@ |
|||
input/ |
|||
output/ |
|||
device-image-shell/output |
|||
mendertesting/ |
|||
|
@ -0,0 +1,10 @@ |
|||
language: minimal |
|||
|
|||
dist: trusty |
|||
|
|||
before_script: |
|||
- git clone git://github.com/mendersoftware/mendertesting |
|||
|
|||
script: |
|||
# Check commit compliance. |
|||
- mendertesting/check_commits.sh |
Loading…
Reference in new issue