-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
- Remove
hhvmandhhvm-nightlyfrom the matrix and allowed failures - Add two environments for composer :
--prefer-stableand--prefer-lowest - Merge
before_scriptandscript - Move
atoum/atoumto therequiresection incomposer.json - Fix the version constraint on
atoum/atoum: it should be at least^2.0 - The PHP
nightlyshould be an allowed failure
--prefer-lowest may not pass on php >= 7.0: in this case, disabling --prefer-lowest on php >= 7.0 is OK.
See here fro an example