Skip to content

Commit

Permalink
travis: use 'git clone' for go-fuzz-corpus, not 'go get'
Browse files Browse the repository at this point in the history
Also, temporarily use thepudds/go-fuzz-corpus fork.
  • Loading branch information
thepudds authored May 31, 2021
1 parent 21f73e4 commit 2d92054
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.
- go get -v -d github.com/dvyukov/go-fuzz-corpus/png
- git clone --depth=1 https://github.com/thepudds/go-fuzz-corpus $GOPATH/src/github.com/dvyukov/go-fuzz-corpus
- cd $GOPATH/src/github.com/dvyukov/go-fuzz-corpus/
- cd png
- ls -l
Expand Down

0 comments on commit 2d92054

Please sign in to comment.