streams/vendor/indieweb/rel-me/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

2018-09-20 02:30:39 +00:00
language: php
php:
2019-07-07 23:18:20 +00:00
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
2018-09-20 02:30:39 +00:00
- nightly
2019-07-07 23:18:20 +00:00
matrix:
fast_finish: true
allow_failures:
- php: nightly
2018-09-20 02:30:39 +00:00
sudo: false
before_script:
- composer self-update
- composer install --prefer-dist --no-interaction