Browse Source

MEN-2282: Add commits check to mender-convert repo

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
parent
commit
d7a6e61f1d
  1. 1
      .gitignore
  2. 10
      .travis.yml

1
.gitignore

@ -1,3 +1,4 @@
input/
output/
device-image-shell/output
mendertesting/

10
.travis.yml

@ -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…
Cancel
Save