We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7cdde commit b7f2dd4Copy full SHA for b7f2dd4
.travis.yml
@@ -3,4 +3,8 @@ node_js:
3
- 0.10
4
install:
5
- npm install grunt-cli -g
6
- - npm install
+ - npm install
7
+after_script:
8
+ - npm run coveralls
9
+git:
10
+ depth: 10
0 commit comments