mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
18 lines
191 B
YAML
18 lines
191 B
YAML
language: php
|
|
|
|
php:
|
|
- '5.6'
|
|
- '7.0'
|
|
- hhvm
|
|
- nightly
|
|
|
|
cache:
|
|
directories:
|
|
- ./vendor
|
|
|
|
install:
|
|
- composer --prefer-source install
|
|
|
|
script:
|
|
- vendor/bin/phpunit
|
|
- bin/psalm |