Skip to content

Commit

Permalink
chore(ci): Remove PHANTOMJS_CDNURL, nit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anishkny authored and boneskull committed Mar 8, 2018
1 parent 86af6bb commit d76f490
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .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:
Expand Down

0 comments on commit d76f490

Please sign in to comment.