Skip to content

Commit 9e60370

Browse files
committed
Added GPL license check to travis
1 parent b5a8ace commit 9e60370

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,8 @@ matrix:
250250
script:
251251
# Check that no changes after clone. This check that .gitattributes is used right way.
252252
- git diff --exit-code
253+
254+
- env:
255+
- NAME=license_check
256+
script:
257+
- if [[ ! -z $(git grep --ignore-case "GNU General Public License") ]]; then exit 1; fi

0 commit comments

Comments
 (0)