mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
14 lines
284 B
YAML
14 lines
284 B
YAML
language: node_js
|
|
sudo: false
|
|
before_script:
|
|
- export TZ=Europe/Moscow
|
|
- date
|
|
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
|