mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
12 lines
233 B
YAML
12 lines
233 B
YAML
language: node_js
|
|
sudo: false
|
|
matrix:
|
|
include:
|
|
- node_js: '8.11.2'
|
|
before_install: npm -g i npm@2
|
|
- node_js: '6.11.2'
|
|
before_install: npm -g i npm@2
|
|
- node_js: '10.2.1'
|
|
before_install: npm -g i npm@2
|
|
|