Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored Feb 22, 2021
1 parent cd4ae61 commit 79ab357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install

script:
- ./vendor/bin/phpcs --standard=phpcs.xml src
- ./vendor/bin/phpstan --level=0 --memory-limit=-1 --no-progress analyse src
- ./vendor/bin/phpstan --level=0 --memory-limit=-1 --no-progress analyse src

0 comments on commit 79ab357

Please sign in to comment.