| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also, migrate to a Java build as we need JDK 8 and it's easier to
install a specific Node.js version in a Java image than vice-versa.
Closes gh-1938
|
|
|
|
|
|
|
|
| |
Node.js 0.12 loses upstream support at the end of 2016, while Node 6 is in the
Active support phase until 2018-04-18 and will receive security fixes until
2019-04-18.
Closes gh-1767
|
|
|
|
|
|
|
| |
This makes it possible to use Grunt without installing grunt-cli globally
which makes the whole process more resilient.
Ref gh-1706
|
|
|
|
| |
Closes gh-1680
|
|
|
|
|
|
| |
Switch to node 0.12.
Closes #1617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Travis is failing on two accounts:
* "Error: No compatible version found: minimatch@'^0.3.0'"
(because the version of npm that shipped with 0.8 doesn't
support ^
* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
Closes gh-1258
|
|
|