1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/.travis.yml
Matthew Brown 88be61ddbe Fix files
2016-12-07 00:16:15 -05:00

14 lines
145 B
YAML

language: php
php:
- '5.6'
- '7.0'
- hhvm
- nightly
cache:
directories:
- ./vendor
install:
- composer --prefer-source install