Browse Source

.travis.yml: try node 4

Herbert Vojčík 8 years ago
parent
commit
5511d76612
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: node_js
 node_js:
   - "0.10"
   - "0.12"
+  - "4"
 install:
   - npm install -g grunt-cli mocha
   - npm install