diff options
author | Anthony Van de Gejuchte <anthonyvdgent@gmail.com> | 2016-04-26 19:20:37 +0200 |
---|---|---|
committer | Richard van Velzen <rvanvelzen@experty.com> | 2016-05-04 20:03:39 +0200 |
commit | 35bc71662574d6bd537d0460d14e738ae4d3bb19 (patch) | |
tree | 4e3d42b2801aa6b9c33233589822d49e5525fb76 /.travis.yml | |
parent | f39fd3d58384d9bafbd18d3c1ec927940eeba458 (diff) | |
download | tracifyjs-35bc71662574d6bd537d0460d14e738ae4d3bb19.tar.gz tracifyjs-35bc71662574d6bd537d0460d14e738ae4d3bb19.zip |
Add node 6 to 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 0f65db5b..b91a80e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "0.12" - "0.10" - "4" + - "6" matrix: fast_finish: true sudo: false |