Skip to content

Commit

Permalink
travis: make sure we clone dvyukov/go-fuzz-corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
thepudds authored and dvyukov committed Jun 2, 2021
1 parent 026da2a commit b1f3d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ script:
- testscript -v testscripts/mod_vendor.txt

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

0 comments on commit b1f3d6f

Please sign in to comment.