Skip to content

Commit 9651f7e

Browse files
committed
updated travis config
1 parent 667b7f4 commit 9651f7e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,25 @@ env:
77
matrix:
88
include:
99
- language: php
10-
php: 7.1
10+
php: 5.6
1111
env:
1212
- SYMFONY_VERSION=2.8.*
1313

1414
- language: php
15-
php: 7.1
15+
php: 5.6
16+
env:
17+
- SYMFONY_VERSION=3.4.*
18+
19+
- language: php
20+
php: 7.0
1621
env:
1722
- SYMFONY_VERSION=3.4.*
1823

24+
- language: php
25+
php: 7.1
26+
env:
27+
- SYMFONY_VERSION=4.0.*
28+
1929
- language: php
2030
php: 7.2
2131
env:

0 commit comments

Comments
 (0)