Skip to content

Commit bad6ee1

Browse files
committed
Bugfixed compatibility tests in Travis CI
1 parent df8e62d commit bad6ee1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
87

98
env:
10-
- SYMFONY_VERSION="3.2.*"
119
- SYMFONY_VERSION="3.3.*"
1210
- SYMFONY_VERSION="3.4.*"
1311
- SYMFONY_VERSION="4.0.*"
14-
- SYMFONY_VERSION="4.1-dev"
12+
- SYMFONY_VERSION="4.1.x-dev"
1513

1614
matrix:
1715
exclude:

0 commit comments

Comments
 (0)