2015-02-08 21:09:04 +08:00
|
|
|
sudo: false
|
2012-10-09 13:39:47 +08:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2016-04-07 21:59:41 +08:00
|
|
|
- "0.10"
|
|
|
|
- "0.12"
|
|
|
|
- "4"
|
|
|
|
- "5"
|
2018-04-21 06:18:04 +08:00
|
|
|
- "6"
|
|
|
|
- "7"
|
|
|
|
- "8"
|
|
|
|
before_install:
|
|
|
|
- if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi
|
|
|
|
before_script:
|
|
|
|
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
|
2016-04-07 21:59:41 +08:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|