mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-01 00:07:17 +01:00
18 lines
201 B
YAML
18 lines
201 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 7
|
||
|
- 5.6
|
||
|
- 5.5
|
||
|
- 5.4
|
||
|
- 5.3
|
||
|
- hhvm
|
||
|
- nightly
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
install:
|
||
|
- travis_retry composer update --no-progress --prefer-dist --profile
|
||
|
|
||
|
script:
|
||
|
- composer test
|