Commit Graph

5 Commits

Author SHA1 Message Date
Chris Rebert ff18f380d5 Add retries to uncached-npm-install.sh
Pull requests are frequently failing on Travis due to npm flakiness
(I think) travis_retry isn't available in indirect subshells like this
2014-08-14 17:59:55 -07:00
Chris Rebert 3c4ba2a08c Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation
Instead of our homegrown grunt/shrinkwrap.js
Fixes #13483.
New npm-shrinkwrap.json is human-readable but still in a consistent/stable format.
Should aid debugging, produce better diffs, and be less prone to merge conflicts
2014-06-19 11:46:37 -07:00
Chris Rebert 718a6c5da7 move some caching info+logic out of .travis.yml; fixes #13136 2014-04-03 13:44:42 -07:00
Chris Rebert 065fe98a29 use stricter error checking in uncached-npm-install.sh
Closes #13045
2014-03-12 13:50:11 -07:00
Chris Rebert 5a3f1a90ba fix #12261 2014-01-26 14:22:06 -08:00