diff options
author | Anthony Van de Gejuchte <anthonyvdgent@yahoo.com> | 2015-09-24 17:41:52 +0200 |
---|---|---|
committer | Anthony Van de Gejuchte <anthonyvdgent@yahoo.com> | 2015-09-24 17:41:52 +0200 |
commit | 7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11 (patch) | |
tree | bfc793141402510f17abb75c5ec13225b3eaf379 /.travis.yml | |
parent | 233fb62bd818272ad07ca30636d8d9f1f9fcc85e (diff) | |
download | tracifyjs-7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11.tar.gz tracifyjs-7ee1ec91a206e9b88bdbd4e47c9d206f91d90e11.zip |
Add node 4.x in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |