mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-31 09:17:42 +00:00
17 lines
409 B
YAML
17 lines
409 B
YAML
import:
|
|
source: ./tests/travis/setup-php.yml
|
|
|
|
script:
|
|
- composer install --prefer-dist
|
|
- ./vendor/bin/phpstan analyze --no-progress --memory-limit=2G
|
|
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit
|
|
- composer install --no-dev --prefer-dist
|
|
- ./tests/travis.sh -t4
|
|
|
|
cache:
|
|
- $HOME/.composer/cache/files
|
|
- $HOME/.composer/cache/vcs
|
|
|
|
notifications:
|
|
email: false
|