Skip to content

Commit

Permalink
Merge pull request #97 from SparkPost/issue-96
Browse files Browse the repository at this point in the history
Add nodejs versions to TravisCI. Resolves #96.
  • Loading branch information
richleland committed Dec 23, 2015
2 parents bd86888 + c8d1bb9 commit 359a479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- '4.1'
- '4.0'
- '0.12'
- '0.10'
before_install: npm install -g grunt-cli
install: npm install
Expand Down

0 comments on commit 359a479

Please sign in to comment.