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

14 lines
145 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:
- composer --prefer-source install