update travis, dependencies, and readme

This commit is contained in:
Dylan Greene
2015-10-13 21:50:18 -04:00
parent 87c956d45c
commit a8f6a26c61
3 changed files with 33 additions and 26 deletions

View File

@@ -1,8 +1,13 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_script:
- npm install -g grunt-cli
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