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
mf
go-multiaddr
Commits
b2e23746
Commit
b2e23746
authored
Jan 12, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis
parent
30d77c82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
.travis.yml
.travis.yml
+11
-0
Makefile
Makefile
+3
-0
No files found.
.travis.yml
0 → 100644
View file @
b2e23746
language
:
go
go
:
-
1.3
-
release
-
tip
script
:
-
make test
env
:
TEST_VERBOSE=1
Makefile
View file @
b2e23746
...
...
@@ -12,5 +12,8 @@ vendor: godep
install
:
dep
cd
multiaddr
&&
go
install
test
:
go
test
./...
dep
:
cd
multiaddr
&&
go get ./...
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