Skip to content

Commit bb78ea8

Browse files
authored
Merge pull request #618 from FriendsOfSymfony/travis
Use Precise on Travis to make PHP 5.3 work
2 parents 400a3c6 + 2de2c14 commit bb78ea8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
dist: precise
23

34
php:
45
- 5.5

travis.php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
memory_limit = 2G
1+
memory_limit = 4G

0 commit comments

Comments
 (0)