array-object-array/.travis.yml

11 lines
118 B
YAML
Raw Normal View History

2016-07-20 11:09:43 -07:00
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
- nightly
2016-07-20 11:13:28 -07:00
install:
- composer install --dev