mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 20:30:37 +00:00

Contains the following three npm releases: https://github.com/npm/npm/releases/tag/v3.8.7 https://github.com/npm/npm/releases/tag/v3.8.8 https://github.com/npm/npm/releases/tag/v3.8.9 PR-URL: https://github.com/nodejs/node/pull/6664 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
11 lines
115 B
YAML
11 lines
115 B
YAML
language: node_js
|
|
node_js:
|
|
- "5"
|
|
- "4"
|
|
- iojs
|
|
- "0.12"
|
|
- "0.10"
|
|
- "0.8"
|
|
sudo: false
|
|
script: "npm test"
|