Adds Node.js 5 tests on TravisCI.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 5 Nov 2015 08:23:10 +0000 (08:23 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 5 Nov 2015 09:40:34 +0000 (09:40 +0000)
.travis.yml

index 72be9c5..e8e663e 100644 (file)
@@ -3,5 +3,6 @@ language: node_js
 cache: npm
 node_js:
   - 4
+  - 5
 matrix:
   fast_finish: true