8
0
graphql-module-skeleton/.travis.yml.dist
Florian Engelhardt 4509d3b871
Initial commit
2019-12-18 09:02:03 +01:00

30 Zeilen
407 B
Plaintext

language: php
dist: bionic
notifications:
email: false
php:
- "7.1"
- "7.2"
- "7.3"
- "7.4snapshot"
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
allow_failures:
- php: "7.4snapshot"
before_script:
- composer install --prefer-dist
script:
- composer test:syntax
- composer test:lint
- composer test:static