Codebase list node-normalize-git-url / 6ecedaf
Import upstream version 3.0.2+git20190128.1.7af1658 Debian Janitor 2 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 language: node_js
1 node_js:
2 - "10"
3 - "8"
4 - "6"
5 - "11"
6 sudo: false
7 script: "npm test"
77 },
88 "dependencies": {},
99 "devDependencies": {
10 "tap": "^1.1.0"
10 "tap": "^12.4.0"
1111 },
1212 "scripts": {
1313 "test": "tap test/*.js"