We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b811d commit 3b3af7aCopy full SHA for 3b3af7a
.travis.yml
@@ -303,8 +303,10 @@ matrix:
303
- NAME=licence_check
304
script:
305
- echo 'Checking that there is no GPL licence text in code'
306
- - ! git grep -q --ignore-case "gnu general public";
307
- - ! git grep -q --ignore-case "gnu library general public";
+ - |
+ ! git grep -q --ignore-case "gnu general public";
308
309
+ ! git grep -q --ignore-case "gnu library general public";
310
311
- env:
312
- NAME=include_check
0 commit comments