1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/.travis.yml

18 lines
191 B
YAML
Raw Normal View History

2016-12-07 00:01:49 -05:00
language: php
2016-12-07 00:16:15 -05:00
2016-12-07 00:01:49 -05:00
php:
- '5.6'
- '7.0'
- hhvm
- nightly
2016-12-07 00:16:15 -05:00
cache:
directories:
- ./vendor
install:
2016-12-23 19:45:20 +00:00
- composer --prefer-source install
script:
- vendor/bin/phpunit
- bin/psalm