Commit Graph

7 Commits

Author SHA1 Message Date
Rodrigo Primo 10f55dbff4 Fix unit test suite in the Travis build jobs
This commit fixes a problem in the script that configures the
environment to run the unit tests in the Travis build jobs. The script
was not running `composer install` in the WooCommerce directory, leaving
it installation incomplete and thus the tests were failing.

To fix this problem, this commit adds a call to `composer install` right
after WooCommerce is downloaded in the setup script
(`unit-tests/bin/install.sh`).
2020-01-15 20:22:29 -03:00
Mike Jolley 2eff709060 Rename endpoints to controllers 2019-06-12 12:19:14 +01:00
Mike Jolley a5e4c3bf4d admin 2019-06-11 16:35:36 +01:00
Mike Jolley 99a09c5810 Remove woo admin from installer 2019-06-11 10:36:46 +01:00
Mike Jolley c2e4d5a28e Tweak travis scripts 2019-06-11 10:31:50 +01:00
Mike Jolley 103e24ade2 Updated travis installer 2019-06-10 17:28:55 +01:00
Mike Jolley 4151623b9c Travis setup 2019-06-10 17:09:42 +01:00