node/deps/npm/node_modules/normalize-git-url/.travis.yml
Rebecca Turner 5c36cfc843 deps: upgrade npm to 3.8.9
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>
2016-05-10 14:45:28 -04:00

11 lines
115 B
YAML

language: node_js
node_js:
- "5"
- "4"
- iojs
- "0.12"
- "0.10"
- "0.8"
sudo: false
script: "npm test"