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-p2p-kad-dht
Commits
f943d306
Commit
f943d306
authored
Aug 21, 2016
by
George Antoniadis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add travis integration
parent
5f3e63aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
.travis.yml
.travis.yml
+24
-0
Makefile
Makefile
+10
-0
No files found.
.travis.yml
0 → 100644
View file @
f943d306
os
:
-
linux
-
osx
language
:
go
go
:
-
1.5.2
env
:
-
GO15VENDOREXPERIMENT=1
install
:
true
script
:
-
make deps
-
go test ./...
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
\ No newline at end of file
Makefile
0 → 100644
View file @
f943d306
export
IPFS_API
?=
v04x.ipfs.io
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
go get ./...
\ No newline at end of file
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