Skip to content

Commit b1f3d6f

Browse files
thepuddsdvyukov
authored andcommitted
travis: make sure we clone dvyukov/go-fuzz-corpus
1 parent 026da2a commit b1f3d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ script:
6565
- testscript -v testscripts/mod_vendor.txt
6666

6767
# Prepare to test the png example from dvyukov/go-fuzz-corpus.
68-
- git clone --depth=1 https://github.com/thepudds/go-fuzz-corpus $GOPATH/src/github.com/dvyukov/go-fuzz-corpus
68+
- git clone --depth=1 https://github.com/dvyukov/go-fuzz-corpus $GOPATH/src/github.com/dvyukov/go-fuzz-corpus
6969
- cd $GOPATH/src/github.com/dvyukov/go-fuzz-corpus/
7070
- cd png
7171
# Create a small module to test the png example.

0 commit comments

Comments
 (0)