Adding post install script

This commit is contained in:
Dan Cryer 2014-04-16 11:03:40 +00:00
parent e085978800
commit a097e5d1ae

View file

@ -52,5 +52,11 @@
"atoum/atoum": "Atoum",
"jakub-onderka/php-parallel-lint": "Parallel Linting Tool",
"behat/behat": "Behat BDD Testing"
},
"scripts": {
"post-root-package-install": [
"./console phpci:install"
]
}
}