Skip to content

Commit

Permalink
Add empty Go mod file (#213)
Browse files Browse the repository at this point in the history
* Add empty Go mod file
* Disable for tests.
  • Loading branch information
klauspost authored Jan 31, 2020
1 parent ccd3322 commit e1f2a6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ go:
- 1.13.x
- master

env:
- GO111MODULE=off

install:
- go get -t ./...
- go get ./...
- go get github.com/klauspost/compress-fuzz

script:
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/klauspost/compress

go 1.13

0 comments on commit e1f2a6e

Please sign in to comment.