requirejs / almond

A minimal AMD API implementation for use after optimized builds
Other
2.42k stars 169 forks source link

Updated nodejs version in .travis.yml #107

Closed cstickel closed 9 years ago

cstickel commented 9 years ago

The old npm version doesn't support the minor releases version syntax for dependencies. Therefore installing "connect": "^3.3.4" and "serve-static": "^1.9.1" failed, which again resulted in broken builds. Sorry, didn't realize the incompatibility with the old node version in .travis.yml in the first pull request.

jrburke commented 9 years ago

Thanks, and looking at your other pull request now.