1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/.travis.yml
2017-11-30 18:34:08 -05:00

20 lines
212 B
YAML

language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
cache:
directories:
- ./vendor
install:
- composer --prefer-source install
script:
- vendor/bin/phpunit
- bin/psalm
- vendor/bin/phpcs