mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
12 lines
224 B
YAML
12 lines
224 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
|
|
|