aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2015-09-24 19:27:54 +0300
committerMihai Bazon <mihai.bazon@gmail.com>2015-09-24 19:27:54 +0300
commit2a06c7758e24a64740473c8031eafbb7fefa213f (patch)
treebfc793141402510f17abb75c5ec13225b3eaf379
parent233fb62bd818272ad07ca30636d8d9f1f9fcc85e (diff)
parent7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11 (diff)
downloadtracifyjs-2a06c7758e24a64740473c8031eafbb7fefa213f.tar.gz
tracifyjs-2a06c7758e24a64740473c8031eafbb7fefa213f.zip
Merge pull request #808 from avdg/travis
Add node 4.x in Travis
-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