mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 19:13:55 +01:00
14 lines
152 B
YAML
14 lines
152 B
YAML
language: php
|
|
php:
|
|
- "5.4"
|
|
- "5.5"
|
|
- "5.6"
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- composer install --prefer-dist --dev
|
|
|
|
script:
|
|
- ant -keep-going
|