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 d481a1e commit 539f41bCopy full SHA for 539f41b
.travis/pre-build.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
git config --global user.name "travis-ci"
3
-git config --global user.email "travis@travis-ci.org"
+git config --global user.email "travis@travis-ci.com"
4
5
# Determine and write the SHA responsible for this build as well as the current system timestamp.
6
SHA=$(git rev-parse --verify HEAD)
0 commit comments