14 lines
280 B
YAML
14 lines
280 B
YAML
language: node_js
|
|
sudo: false
|
|
matrix:
|
|
include:
|
|
- node_js: '0.10'
|
|
before_install: npm -g i npm@2
|
|
- node_js: '0.12'
|
|
before_install: npm -g i npm@2
|
|
- node_js: '4'
|
|
before_install: npm -g i npm@2
|
|
- node_js: '4'
|
|
before_install: npm -g i npm@3
|
|
|