zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

Enable travis-ci #119 #123

Closed gianarb closed 8 years ago

gianarb commented 9 years ago
snapshotpl commented 9 years ago

You missed php 5.3

gianarb commented 9 years ago

@ezimuel do we support php 5.3?

ezimuel commented 9 years ago

@gianarb yes, the requirement for ZFTool is PHP >= 5.3.3, at least for now. For the future we will change that for sure.

gianarb commented 9 years ago

Ok I add this check in travis and I remove short array syntax from phpcs

Thanks @snapshotpl!

snapshotpl commented 9 years ago

Hey guys! Can we finally enable CI?

gianarb commented 9 years ago

@snapshotpl have you idea about this error?

 You must enable the openssl extension in your php.ini to load information from https://packages.zendframework.com          

https://travis-ci.org/zendframework/ZFTool/jobs/74531550

weierophinney commented 9 years ago

@gianarb You need to have a PHP version that has openssl installed, essentially. Additionally, older versions of PHP have broken SSL versions that leave users vulnerable to certain security exploits, and Composer tries to detect those before attempting to send a request.

I would argue you should remove the 5.3.3 entry for travis, and use simply "5.3" if you want to continue to test on 5.3 at this time; we raised the minimum 5.3 version to 5.3.23 with ZF 2.2, IIRC, so that should be safe.

gianarb commented 9 years ago

@weierophinney I removed repository configuration from composer.json because it is out of date IMO.. Maybe it resolve the problem :)

Failure for PHP 5.5 is resolved here #121

UPDATE: Build works, it fail but for other problems :)

snapshotpl commented 9 years ago

@gianarb Let's merge everything! :-)

snapshotpl commented 9 years ago

@gianarb to remove php 5.5 failure remove --ignore-platform-reqs

gianarb commented 9 years ago

Already resolved it :) Thanks!!

2015-09-02 17:51 GMT+02:00 Witold Wasiczko notifications@github.com:

@gianarb https://github.com/gianarb to remove php 5.5 failure remove --ignore-platform-reqs

— Reply to this email directly or view it on GitHub https://github.com/zendframework/ZFTool/pull/123#issuecomment-137141241.

Gianluca Arbezzano www.gianarb.it

Maks3w commented 8 years ago

@gianarb Please remove --ignore-platform-reqs

Maks3w commented 8 years ago

Please enable test coverage too https://github.com/Maks3w/zend-expressive/commit/225e40d6914fbb8c0680c2e048015b3b39e35188

gianarb commented 8 years ago

unknown repository I removed it sorry..

Maks3w commented 8 years ago

You can still retrieve your work https://patch-diff.githubusercontent.com/raw/zendframework/ZFTool/pull/123.patch

gianarb commented 8 years ago

thanks