Closed bdupras closed 11 years ago
Travis CI tests are failing on the editor tests. The tests assume /usr/bin/true and /usr/bin/false are available on the system to be exec'd, which is not portable. Replace with purpose built node.js cli stubs?
I think that would be okay.
Fixed by a7cc85ab528ac1480510856dab45e3c926e5b7c1.
Travis CI tests are failing on the editor tests. The tests assume /usr/bin/true and /usr/bin/false are available on the system to be exec'd, which is not portable. Replace with purpose built node.js cli stubs?