Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from chirimoya/tarvis-config
Browse files Browse the repository at this point in the history
updated travis config
  • Loading branch information
chirimoya committed Sep 19, 2018
2 parents 667b7f4 + 10d79fd commit 6a6c52b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ env:
matrix:
include:
- language: php
php: 7.1
php: 5.6
env:
- SYMFONY_VERSION=2.8.*

- language: php
php: 7.1
php: 5.6
env:
- SYMFONY_VERSION=3.4.*

- language: php
php: 7.0
env:
- SYMFONY_VERSION=3.4.*

- language: php
php: 7.1
env:
- SYMFONY_VERSION=4.0.*

- language: php
php: 7.2
env:
Expand Down
2 changes: 1 addition & 1 deletion travis.php.ini
Original file line number Diff line number Diff line change
@@ -1 +1 @@
memory_limit = 2048M
memory_limit = -1

0 comments on commit 6a6c52b

Please sign in to comment.