Skip to content

Commit 6a6c52b

Browse files
authored
Merge pull request #14 from chirimoya/tarvis-config
updated travis config
2 parents 667b7f4 + 10d79fd commit 6a6c52b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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:

travis.php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
memory_limit = 2048M
1+
memory_limit = -1

0 commit comments

Comments
 (0)