Merge pull request #742 from douglasduteil/patch-1

chore(travis): run tests on nodejs 0.12 too
This commit is contained in:
Sebastian McKenzie 2015-02-10 20:30:30 +11:00
commit 87af83f1cb

View File

@ -3,6 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
branches:
except: