aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnthony Van de Gejuchte <anthonyvdgent@yahoo.com>2015-09-24 17:41:52 +0200
committerAnthony Van de Gejuchte <anthonyvdgent@yahoo.com>2015-09-24 17:41:52 +0200
commit7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11 (patch)
treebfc793141402510f17abb75c5ec13225b3eaf379 /.travis.yml
parent233fb62bd818272ad07ca30636d8d9f1f9fcc85e (diff)
downloadtracifyjs-7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11.tar.gz
tracifyjs-7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11.zip
Add node 4.x in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 511e4476..0324385f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ node_js:
- "iojs"
- "0.12"
- "0.10"
+ - "4"
matrix:
fast_finish: true
sudo: false