Runs tests on any Node.js 4.x.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 29 Oct 2015 14:55:34 +0000 (14:55 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Thu, 29 Oct 2015 15:01:43 +0000 (15:01 +0000)
Good point by @XhmikosR.

.travis.yml

index 31178bd..72be9c5 100644 (file)
@@ -2,6 +2,6 @@ sudo: false
 language: node_js
 cache: npm
 node_js:
-  - '4.0'
+  - 4
 matrix:
   fast_finish: true