1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 21:18:23 +01:00
json-machine/.travis.yml
2021-12-23 13:26:41 +01:00

22 lines
226 B
YAML

language: php
php:
- 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