Created
August 8, 2017 09:41
-
-
Save komatzz/481de4177f7ee240fdbefc978838d1da to your computer and use it in GitHub Desktop.
CircleCI で php.ini の assert.exception を有効にする方法 ref: http://qiita.com/komatzz/items/40cb9cdbd54f0a173289
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dependencies: | |
| override: | |
| - echo "assert.exception = 1" >> /opt/circleci/php/$(phpenv global)/etc/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment