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 1f5668b commit 922b090Copy full SHA for 922b090
.travis.yml
@@ -17,7 +17,8 @@ script:
17
# Try to install all requirements.
18
- composer install
19
# Check if there is a security issue with the required packages.
20
- - bin/security-checker security:check composer.lock
+ # Skipping this check for HHVM, till this is merged: https://github.com/facebook/hhvm/issues/1859
21
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then bin/security-checker security:check composer.lock; fi;'
22
23
notifications:
24
email:
0 commit comments