Skip to content

Commit e166aa4

Browse files
committed
Run travis builds against Node v0.12, v4 and v5
1 parent e222ab9 commit e166aa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- '0.11'
4-
- '0.10'
3+
- '0.12'
4+
- '4'
5+
- '5'
56
before_install:
67
- currentfolder=${PWD##*/}
78
- if [ "$currentfolder" != 'grunt-changelog' ]; then cd .. && eval "mv $currentfolder grunt-changelog" && cd grunt-changelog; fi

0 commit comments

Comments
 (0)