diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-05-05 12:55:06 -0400 |
---|---|---|
committer | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-05-05 12:55:06 -0400 |
commit | ceee085bd1c0bb250e844055903ad92c4efc9090 (patch) | |
tree | 8d86cf87907cd6add69c66c384281b026e475ef6 /.travis.yml | |
parent | 0f1f2844ab4931188f378badbf401573b46b72e1 (diff) | |
download | async-ceee085bd1c0bb250e844055903ad92c4efc9090.tar.gz |
Add node 6 to the matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a866e55..9feb56a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: - "0.10" - "0.12" - "4" - - "5" + - "6" sudo: false after_success: npm run coveralls |