We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 667b7f4 + 10d79fd commit 6a6c52bCopy full SHA for 6a6c52b
.travis.yml
@@ -7,15 +7,25 @@ env:
7
matrix:
8
include:
9
- language: php
10
- php: 7.1
+ php: 5.6
11
env:
12
- SYMFONY_VERSION=2.8.*
13
14
15
16
+ env:
17
+ - SYMFONY_VERSION=3.4.*
18
+
19
+ - language: php
20
+ php: 7.0
21
22
- SYMFONY_VERSION=3.4.*
23
24
25
+ php: 7.1
26
27
+ - SYMFONY_VERSION=4.0.*
28
29
30
php: 7.2
31
travis.php.ini
@@ -1 +1 @@
1
-memory_limit = 2048M
+memory_limit = -1
0 commit comments