13 lines
195 B
YAML
13 lines
195 B
YAML
build:
|
|
tests:
|
|
before:
|
|
- make install
|
|
environment:
|
|
php:
|
|
version: 5.6
|
|
ini:
|
|
'date.timezone': 'Europe/Berlin'
|
|
|
|
filter:
|
|
excluded_paths:
|
|
- "tests/Fixtures/"
|