Files
asciidisco.com/build/node_modules/rss/.travis.yml
2023-08-01 13:49:46 +02:00

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