libpairtwo/.travis.yml

19 lines
288 B
YAML
Raw Normal View History

2018-12-24 14:06:13 +01:00
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