docker-compose-viz/.travis.yml

18 lines
223 B
YAML
Raw Normal View History

2016-08-05 15:10:28 +02:00
language: php
php:
- 7.0
- nightly
env:
matrix:
- COMPOSERFLAGS="--prefer-stable"
- COMPOSERFLAGS="--prefer-lowest"
matrix:
allow_failures:
- php: nightly
script:
- make test