From dfdb34fd0844277a4cb38055eb0da02472244f9c Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Tue, 6 Mar 2018 18:05:13 -0500 Subject: [PATCH] chore(ci): Remove PHANTOMJS_CDNURL, nit Seems like PHANTOMJS_CDNURL is not needed anymore now that PhantomJS support is [depracated](https://github.com/mochajs/mocha/blob/6a796cbbcd6c9f805e482c424327c82ed0398dbf/CHANGELOG.md#compatibility). Please ignore if I am wrong. --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 625c0d2de4..017907d1ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,9 @@ -# trust dist provides a modern build chain (as opposed to 'precise' dist) +# trusty dist provides a modern build chain (as opposed to 'precise' dist) # which absolves us from having to install compilers and stuff dist: trusty language: node_js -env: - global: - # phantomjs hosts binaries @ bitbucket, which has fairly restrictive - # rate-limiting. pull it from this sketchy site in China instead. - - PHANTOMJS_CDNURL='https://cnpmjs.org/downloads' - matrix: fast_finish: true include: