dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

Empty configuration file yields warnings on phpci:install on the console #168

Closed crazycodr closed 11 years ago

crazycodr commented 11 years ago

Related to issue https://github.com/Block8/PHPCI/issues/167, i created the missing config.yml manually and ended up getting warnings when running phpci:install because the software seems to assume that some configuration option(s) are supposed to exist.

dancryer commented 11 years ago

You should never have an empty configuration file, the problem was the error checking in bootstrap.php :)