We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e222ab9 commit e166aa4Copy full SHA for e166aa4
.travis.yml
@@ -1,7 +1,8 @@
1
language: node_js
2
node_js:
3
- - '0.11'
4
- - '0.10'
+ - '0.12'
+ - '4'
5
+ - '5'
6
before_install:
7
- currentfolder=${PWD##*/}
8
- if [ "$currentfolder" != 'grunt-changelog' ]; then cd .. && eval "mv $currentfolder grunt-changelog" && cd grunt-changelog; fi
0 commit comments