I hereby claim:
- I am rayward on github.
- I am rayward (https://keybase.io/rayward) on keybase.
- I have a public key whose fingerprint is 3352 E951 77FE 6F7E 70CE 7386 BCC1 29DF 46C7 2BEF
To claim this, I am signing this object:
| { | |
| "my_type": { | |
| "properties": { | |
| "my_field": { | |
| "type": "string", | |
| "fields": { | |
| "not_analyzed": { | |
| "type": "string", | |
| "index": "not_analyzed", | |
| "doc_values": true |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # PHP's garbage collector on occasion segfaults upon shutdown. | |
| # This script detects a successful build by looking for 'OK' and then terminates successfully. | |
| set -o pipefail | |
| testcommand="vendor/bin/phpunit -dmemory_limit=-1 --stderr --configuration $1" | |
| $testcommand 2>&1 | sudo tee phpunit-output |