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 a162589 commit 09e5115Copy full SHA for 09e5115
.travis.yml
@@ -280,9 +280,15 @@ matrix:
280
- echo 'Checking that there is no GPL licence text in code'
281
- ! git grep -q --ignore-case "gnu general public";
282
- ! git grep -q --ignore-case "gnu library general public";
283
+
284
- env:
285
- NAME=psa-autogen
286
script:
287
# Run SPM code generator and check that changes are not needed
288
- python tools/spm/generate_partition_code.py
289
- git diff --exit-code
290
291
+ - env:
292
+ - NAME=pr-check
293
+ script:
294
+ - [[ -z "${TRAVIS_PULL_REQUEST_SLUG}" ]] || ! grep -q "^ARMmbed/"
0 commit comments