tryfer / node-tryfer

A Node Zipkin Tracer Library.
Apache License 2.0
45 stars 27 forks source link

Add a before_install directive to .travis.yml to update npm #23

Closed cyli closed 9 years ago

cyli commented 9 years ago

Travis has been failing for Node 0.6 and 0.8 (see https://github.com/npm/npm/issues/4849 and https://github.com/npm/npm/issues/5906)

As per the directions, adding the directive given here to update NPM on travis.

While 0.6 is no longer supported by NPM, NPM version 1.3.26 seems to handle both carets (^) and tildes (~).

This should fix travis breakage.