1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-18 13:33:30 +01:00
json-machine/.travis.yml
2021-11-23 12:42:13 +01:00

23 lines
234 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- nightly
install:
- composer self-update --2
script: composer tests
jobs:
include:
- stage: Code style
php: 8.0
script: composer cs