diff --git a/.gitignore b/.gitignore index 24ae780..68fbe77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ input/ output/ device-image-shell/output +mendertesting/ diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3ccaf40 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/LICENSE b/LICENSE index 266fc92..a819abc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018 Northern.tech AS +Copyright 2019 Northern.tech AS All content in this project is licensed under the Apache License v2, unless indicated otherwise. diff --git a/LIC_FILES_CHKSUM.sha256 b/LIC_FILES_CHKSUM.sha256 new file mode 100644 index 0000000..2534c88 --- /dev/null +++ b/LIC_FILES_CHKSUM.sha256 @@ -0,0 +1,2 @@ +beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 LICENSE +beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2 mendertesting/LICENSE diff --git a/README.md b/README.md index 1e3d542..d53218d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.com/mendersoftware/mender-convert.svg?branch=master)](https://travis-ci.com/mendersoftware/mender-convert) + mender-convert ==============