2015-02-08 21:02:58 +08:00
|
|
|
sudo: false
|
2016-04-08 06:01:01 +08:00
|
|
|
|
2012-11-02 13:03:09 +08:00
|
|
|
language: node_js
|
2016-04-08 06:01:01 +08:00
|
|
|
|
2012-11-02 13:03:09 +08:00
|
|
|
node_js:
|
2016-04-07 15:48:24 +08:00
|
|
|
- "0.10"
|
|
|
|
- "0.12"
|
|
|
|
- "4"
|
|
|
|
- "5"
|
|
|
|
- "iojs"
|
2016-04-08 06:01:01 +08:00
|
|
|
|
2016-04-07 15:48:24 +08:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2016-04-08 06:01:01 +08:00
|
|
|
|
2016-04-07 15:48:24 +08:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|