Files
turbo-rss/.travis.yml
2015-10-13 21:50:18 -04: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