1
0
mirror of synced 2024-11-22 04:56:04 +03:00
atol-online-client/.travis.yml

16 lines
221 B
YAML
Raw Normal View History

language: php
php:
- 7.2
- 7.3
2019-12-26 11:36:15 +03:00
env:
- JMS=0.12
- JMS=1.0
- JMS=2.0
- JMS=3.0
before_install:
- composer selfupdate
2019-12-26 11:36:15 +03:00
- composer require jms/serializer=^$JMS --no-interaction --prefer-dist