amitaibu / og

A fork to work on OG8
https://github.com/Gizra/og
29 stars 16 forks source link

Code sniffer should run in own Travis env #262

Closed amitaibu closed 7 years ago

amitaibu commented 8 years ago

Follow up for #251. Coder shouldn't run on all env - we should have a nicer matrix for that

This can be used as reference -- https://github.com/Gizra/generator-hedley/pull/110/files

/cc @ordavidil

pfrenssen commented 8 years ago

Good idea, we should only run it on PHP7 with the latest version of D8. It would also be nice to reorder the matrix to run the PHP7 tests first. Then we get our first test result back quicker.