Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 24, 2018
1 parent fc9f088 commit c664c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,9 @@ branches:
only:
- master

before_install:
- phpenv config-add travis.php.ini

# install dependencies
install:
- travis_wait composer install
Expand Down
3 changes: 3 additions & 0 deletions travis.php.ini
@@ -0,0 +1,3 @@
[PHP]

memory_limit = 3G

0 comments on commit c664c00

Please sign in to comment.