1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2024-11-14 06:29:04 +01:00
pivot/.travis.yml

15 lines
176 B
YAML

language: php
php:
- 7
- 7.1
- 7.2
- nightly
sudo: false
install:
- travis_retry composer update --no-progress --prefer-dist --profile
script:
- composer test