Skip to content

Commit bcd915f

Browse files
committed
Proper config for node 5 in travis
1 parent 012f302 commit bcd915f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: node_js
2-
node_js:
3-
- "5"
42
sudo: false
53
env:
64
global:
@@ -11,7 +9,7 @@ script: grunt travis
119

1210
matrix:
1311
include:
14-
- node_js: "node"
12+
- node_js: "5"
1513
env: KARMA=
1614

1715
cache:

0 commit comments

Comments
 (0)