UNPKG

235 BYAMLView Raw
1language: node_js
2node_js:
3 - "13"
4 - "12"
5 - "10"
6 - "8"
7 - "7"
8 - "6"
9 - "5"
10 - "4"
11 - "0.11"
12 - "0.10"
13 - "0.12"
14before_install:
15 - if [[ `npm -v` < 5 ]]; then npm cache clean; fi
16 - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi