forked from ETSGlobal/ETSPaymentOgoneBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
40 lines (33 loc) · 779 Bytes
/
.travis.yml
File metadata and controls
40 lines (33 loc) · 779 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
37
38
39
40
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.2.*
matrix:
fast_finish: true
include:
- php: 5.6
env: SYMFONY_VERSION="2.4.*" COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
env: SYMFONY_VERSION="2.4.*" COMPOSER_FLAGS="--prefer-lowest"
exclude:
- php: 5.6
env: SYMFONY_VERSION=4.2.*
- php: 7.0
env: SYMFONY_VERSION=4.2.*
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
install:
- COMPOSER_MEMORY_LIMIT=-1 composer update --no-interaction --prefer-dist $COMPOSER_FLAGS
script:
- vendor/bin/phpunit