catalyst / moodle-auth_outage

Planned, graduated user and admin friendly moodle outages
https://moodle.org/plugins/auth_outage
17 stars 33 forks source link

Accept unix time for --start CLI option to MOODLE_32_STABLE branch #198

Closed alexmorrisnz closed 4 years ago

alexmorrisnz commented 4 years ago

From #167

brendanheywood commented 4 years ago

@ledship are you able to look into the travis failures? (which might be unrelated)

alexmorrisnz commented 4 years ago

Looks unrelated

php5.5 tests fail because the url to download php5.5 returns 404 On the php7.0 tests it downloads successfully but fails to create the database because it can't connect to postgres

alexmorrisnz commented 4 years ago

@brendanheywood I've fixed the travis config in #205 which should resolve the failing check here.

brendanheywood commented 4 years ago

cool, does this need a rebase then?

alexmorrisnz commented 4 years ago

@brendanheywood rebased and passing tests