mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.59k stars 159 forks source link

Have travis cache the npm cache. #53

Closed jdalton closed 8 years ago

jdalton commented 8 years ago

This will use travis' cache to preserve the npm cache so that if the registry has hiccups your testing will have a chance to keep on trucking.

mathiasbynens commented 8 years ago

Neat trick!