pivot/.travis.yml

15 lines
176 B
YAML
Raw Normal View History

2015-11-04 20:44:17 +01:00
language: php
php:
- 7
- 7.1
- 7.2
2015-11-04 20:44:17 +01:00
- nightly
sudo: false
install:
- travis_retry composer update --no-progress --prefer-dist --profile
script:
- composer test