Recommend this page to a friend! |
Classes of Scott Arciszewski | > | PHP Seed Spring | > | .travis.yml | > | Download |
|
|
![]() |
language: php php: - "7.0" - "5.6" sudo: false matrix: fast_finish: true install: - composer install - composer self-update - composer update script: - vendor/bin/phpunit - vendor/bin/psalm |