forked from fre5h/VichUploaderSerializationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (27 loc) · 743 Bytes
/
.travis.yml
File metadata and controls
36 lines (27 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
language: php
sudo: false
php:
- 7.1
- 7.2
- 7.3
env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=4.2.*
before_install:
- composer self-update
- composer require --no-update symfony/symfony "$SYMFONY_VERSION"
install:
- composer install --no-interaction --prefer-dist
script:
- ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore="vendor|Tests" --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony
- ./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $COMPOSER_CACHE_DIR
notifications:
email:
- genvaldartem@gmail.com