Files
meteor/.circleci
Ben Newman c09cf08067 Stop running self-tests with deprecated PhantomJS browser.
It appears that we cannot make the phantomjs-prebuilt package work with
Node 12 on Linux: https://circleci.com/gh/meteor/meteor/37396. That's
honestly fine, because PhantomJS is deprecated / no longer maintained.

Instead, only Puppeteer (which is Chromium-based and much more modern than
PhantomJS) will be used.
2019-11-10 00:28:09 -05:00
..