Skip to content

Commit

Permalink
.travis.yml: changing node version specification
Browse files Browse the repository at this point in the history
using explicit number for LTS and for archaic ones
using 'node' for latest stable (add specific one when it becomes LTS)
  • Loading branch information
Herbert Vojčík committed Nov 7, 2015
1 parent e9d7942 commit 9258cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "4.2"
- "node"
install:
- npm install -g grunt-cli mocha
- npm install
Expand Down

0 comments on commit 9258cdb

Please sign in to comment.