Skip to content

Instantly share code, notes, and snippets.

@technosailor
Last active March 1, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technosailor/30c8355685dbee62b20be75608812d23 to your computer and use it in GitHub Desktop.
Save technosailor/30c8355685dbee62b20be75608812d23 to your computer and use it in GitHub Desktop.
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
"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