Skip to content

Instantly share code, notes, and snippets.

@komatzz
Created August 8, 2017 09:41
Show Gist options
  • Select an option

  • Save komatzz/481de4177f7ee240fdbefc978838d1da to your computer and use it in GitHub Desktop.

Select an option

Save komatzz/481de4177f7ee240fdbefc978838d1da to your computer and use it in GitHub Desktop.
CircleCI で php.ini の assert.exception を有効にする方法 ref: http://qiita.com/komatzz/items/40cb9cdbd54f0a173289
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