summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-05-05 12:55:06 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-05-05 12:55:06 -0400
commitceee085bd1c0bb250e844055903ad92c4efc9090 (patch)
tree8d86cf87907cd6add69c66c384281b026e475ef6 /.travis.yml
parent0f1f2844ab4931188f378badbf401573b46b72e1 (diff)
downloadasync-ceee085bd1c0bb250e844055903ad92c4efc9090.tar.gz
Add node 6 to the matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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