1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/.travis.yml

18 lines
191 B
YAML
Raw Normal View History

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