Skip to content

Commit

Permalink
ユニットテストの際、PHP 5.2 環境によってメモリーオーバーしてしまうので設定変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Sep 11, 2015
1 parent 42c8c62 commit 2471f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.php.ini
Original file line number Diff line number Diff line change
@@ -1 +1 @@
memory_limit = 256M
memory_limit = 512M

0 comments on commit 2471f68

Please sign in to comment.