diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 15:54:22 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-11 15:54:22 -0700 |
commit | bb41ecb9917d2be987ca506087594b77d3ac031d (patch) | |
tree | 456904db364f73768f657851f985a484b3259098 | |
parent | a0aee2f880a8e736b638d5188ef56f07d6ce3f82 (diff) | |
download | sendgrid-nodejs-bb41ecb9917d2be987ca506087594b77d3ac031d.zip sendgrid-nodejs-bb41ecb9917d2be987ca506087594b77d3ac031d.tar.gz sendgrid-nodejs-bb41ecb9917d2be987ca506087594b77d3ac031d.tar.bz2 |
Updated supported language versions
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 63c1a63..c960a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - "0.10" - "0.12" - "iojs" +- "4" before_install: - npm install -g npm@2 notifications: |