Skip to content

Commit 539f41b

Browse files
committed
Update travis to latest working site location
1 parent d481a1e commit 539f41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/pre-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
git config --global user.name "travis-ci"
3-
git config --global user.email "travis@travis-ci.org"
3+
git config --global user.email "travis@travis-ci.com"
44

55
# Determine and write the SHA responsible for this build as well as the current system timestamp.
66
SHA=$(git rev-parse --verify HEAD)

0 commit comments

Comments
 (0)