Created
May 16, 2016 17:56
-
-
Save greg-hellings/46bc663d23754b204aee7a300c52e037 to your computer and use it in GitHub Desktop.
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
{ | |
"language": "php", | |
"php" : ["7.0"], | |
"install": [ | |
"composer self-update", | |
"composer install" | |
], | |
"script": [ | |
"phpunit --bootstrap vendor/autoload.php tests" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment