Last active
March 1, 2019 18:58
-
-
Save technosailor/30c8355685dbee62b20be75608812d23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist: trusty | |
language: php | |
php: | |
- 7.0 | |
- 7.1 | |
- 7.2 | |
- 7.3 | |
before_script: | |
- composer self-update | |
- composer install --prefer-source --no-interaction --dev | |
script: ./vendor/overtrue/phplint/bin/phplint ./src --no-cache | |
matrix: | |
fast_finish: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"require-dev": { | |
"symfony/console": "^3.2", | |
"symfony/finder": "^3.0", | |
"symfony/process": "^3.0", | |
"symfony/yaml": "^3.0", | |
"symfony/debug": "^3.0", | |
"overtrue/phplint": "1.1.9" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment