xref: /plugin/combo/vendor/antlr/antlr4-php-runtime/.travis.yml (revision 977ce05d19d8dab0a70c9a27f8da0b7039299e82)
1language: php
2dist: trusty
3
4php:
5  - '7.2'
6  - '7.3'
7
8before_script:
9  - travis_retry composer self-update
10  - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
11
12script:
13  - vendor/bin/phpstan --level=max analyse src
14  - vendor/bin/phpcs
15