graphql-module-skeleton/.travis.yml

31 lines
493 B
YAML
Raw Normal View History

2019-11-27 11:20:24 +01:00
language: php
dist: bionic
notifications:
email: false
php:
- "7.1"
- "7.2"
- "7.3"
- "7.4"
2019-11-27 11:20:24 +01:00
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
before_script:
- composer create-project oxid-esales/graphql-module --repository packages.json --remove-vcs -n
script:
- cd graphql-module
- composer test:syntax
- composer test:lint
- composer test:lint-fixer
2019-11-27 11:20:24 +01:00
- composer test:static
- composer test:unit