thelia / math-tools

Number management library
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Travis, add php7 #6

Closed gillesbourgeat closed 8 years ago

lunika commented 8 years ago

Did you notice taht it's slower with php7 and HHVM :-D ?

gillesbourgeat commented 8 years ago

@lunika :+1: That's a good observation !

bilhackmac commented 8 years ago

It's not running with the same version of PHPUnit for PHP7, it's maybe for that

bilhackmac commented 8 years ago

Also, PHP7 need to be installed => https://travis-ci.org/thelia/math-tools/jobs/94819086#L86

lunika commented 8 years ago

Oh I was just talking about the phpunit execution, not the total time for travis execution.

lunika commented 8 years ago

it's not the same version of phpunit because the phpunit installed by composer is not used. But the blobal phpunit installed on travis. It would be great to fix that in fact.