We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f146a1 commit 69c091dCopy full SHA for 69c091d
.travis.yml
@@ -4,3 +4,6 @@ node_js:
4
- "iojs"
5
- "0.10"
6
- "0.12"
7
+before_install:
8
+ - git config --global user.email "[email protected]"
9
+ - git config --global user.name "Your Name"
0 commit comments