Skip to content

Commit

Permalink
Merge pull request #3 from e-conomic/travis-node-version
Browse files Browse the repository at this point in the history
Add node versions to travis conf
  • Loading branch information
kapetan committed Feb 26, 2015
2 parents e90d889 + 10fc769 commit 885ed6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.10"
before_script:
- npm install
- npm install

0 comments on commit 885ed6b

Please sign in to comment.