mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-01 04:56:28 +01:00
19 lines
288 B
YAML
19 lines
288 B
YAML
language: php
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- php: 7.2
|
|
- php: 7.2
|
|
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.composer/cache
|
|
|
|
install:
|
|
- composer update ${COMPOSER_FLAGS} --no-interaction
|
|
|
|
script:
|
|
- make tests
|