Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-buffer-pool
Commits
eecb57f6
Unverified
Commit
eecb57f6
authored
Feb 27, 2019
by
Jakub Sztandera
Committed by
GitHub
Feb 27, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from libp2p/feat/gomod
Add gomod, update travis
parents
a8d83123
2610f630
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
.travis.yml
.travis.yml
+13
-3
go.mod
go.mod
+1
-0
No files found.
.travis.yml
View file @
eecb57f6
...
...
@@ -6,17 +6,27 @@ language: go
go
:
-
1.11.x
env
:
global
:
-
GOTFLAGS="-race"
matrix
:
-
BUILD_DEPTYPE=gx
-
BUILD_DEPTYPE=gomod
# disable travis install
install
:
-
make deps
-
true
script
:
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
-
$GOPATH/src/gx
-
$GOPATH/pkg/mod
-
$HOME/.cache/go-build
notifications
:
email
:
false
env
:
GOTFLAGS="-race"
go.mod
0 → 100644
View file @
eecb57f6
module
github.com/libp2p/go-buffer-pool
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment