1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove PHP 5.4 support

This commit is contained in:
Matthew Brown 2016-12-07 00:04:06 -05:00
parent 1aeee53f0f
commit 519c17cb9c

View File

@ -0,0 +1,8 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
before_script: composer install