Skip to content

Commit

Permalink
Proper config for node 5 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Jun 22, 2016
1 parent 012f302 commit bcd915f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,6 +1,4 @@
language: node_js
node_js:
- "5"
sudo: false
env:
global:
Expand All @@ -11,7 +9,7 @@ script: grunt travis

matrix:
include:
- node_js: "node"
- node_js: "5"
env: KARMA=

cache:
Expand Down

0 comments on commit bcd915f

Please sign in to comment.