1
0
mirror of synced 2024-11-21 20:46:03 +03:00
atol-online-client/.travis.yml

17 lines
231 B
YAML
Raw Normal View History

language: php
php:
- 7.2
- 7.3
- 7.4
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