mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
9 lines
111 B
YAML
9 lines
111 B
YAML
|
language: php
|
||
|
php:
|
||
|
- '5.4'
|
||
|
- '5.5'
|
||
|
- '5.6'
|
||
|
- '7.0'
|
||
|
- hhvm
|
||
|
- nightly
|
||
|
before_script: composer install
|