mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-23 22:05:02 +02:00
* added travisci to prevent mistype (#89)
* feat: travis * feat: travis * feat: travis * feat: travis * feat: travis * fix: typo
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
language: php
|
||||
php:
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
|
||||
before_script:
|
||||
- composer require jakub-onderka/php-parallel-lint --no-suggest --no-progress --no-interaction --no-ansi --quiet --optimize-autoloader
|
||||
|
||||
script:
|
||||
- php vendor/bin/parallel-lint --no-progress --no-colors --exclude vendor .
|
Reference in New Issue
Block a user