Skip to content

Commit

Permalink
Use versioned release of sensiolabs/security-checker for PHP 5 compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
Geoff Appleby committed Jul 12, 2018
1 parent 2c45ce0 commit c7d3864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -44,7 +44,7 @@ before_install:

install:
- '[[ -f "${HOME}/bin/phpcs.phar" ]] || curl -L -o "${HOME}/bin/phpcs.phar" https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar'
- '[[ -f "${HOME}/bin/security-checker.phar" ]] || curl -L -o "${HOME}/bin/security-checker.phar" http://get.sensiolabs.org/security-checker.phar'
- '[[ -f "${HOME}/bin/security-checker.phar" ]] || curl -L -o "${HOME}/bin/security-checker.phar" http://get.sensiolabs.org/security-checker-v4.1.5.phar'
- npm install -g jsonlint

script:
Expand Down

0 comments on commit c7d3864

Please sign in to comment.