forked from Snck3rs/contao-leaflet-maps
Initial commit.
This commit is contained in:
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
language: php
|
||||
php:
|
||||
- "5.4"
|
||||
- "5.5"
|
||||
- "5.6"
|
||||
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- composer install --prefer-dist --dev
|
||||
|
||||
script:
|
||||
- ant -keep-going
|
||||
Reference in New Issue
Block a user