committed by
GitHub
5 changed files with 18 additions and 1 deletions
@ -1,3 +1,4 @@ |
|||
input/ |
|||
output/ |
|||
device-image-shell/output |
|||
mendertesting/ |
|||
|
@ -0,0 +1,12 @@ |
|||
language: minimal |
|||
|
|||
dist: trusty |
|||
|
|||
before_script: |
|||
- git clone git://github.com/mendersoftware/mendertesting |
|||
|
|||
script: |
|||
# Check commit compliance. |
|||
- mendertesting/check_commits.sh |
|||
# Check licenses |
|||
- mendertesting/check_license.sh |
@ -0,0 +1,2 @@ |
|||
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 LICENSE |
|||
beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 mendertesting/LICENSE |
Loading…
Reference in new issue