Files
turbo-rss/.travis.yml

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