1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/.travis.yml
2017-04-03 13:51:45 -04:00

18 lines
181 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