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

19 lines
202 B
YAML

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