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
fb7326f3
Commit
fb7326f3
authored
Oct 04, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ci scripts
parent
e29f2b15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
4 deletions
+35
-4
.travis.yml
.travis.yml
+19
-3
Makefile
Makefile
+15
-0
package.json
package.json
+1
-1
No files found.
.travis.yml
View file @
fb7326f3
os
:
-
linux
-
osx
language
:
go
go
:
-
tip
-
1.7
-
1.7
install
:
true
before_install
:
-
make deps
script
:
-
go test -race -cpu=5 -v ./...
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
Makefile
0 → 100644
View file @
fb7326f3
gx
:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
covertools
:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
deps
:
gx covertools
gx
--verbose
install
--global
gx-go rewrite
publish
:
gx-go rewrite
--undo
package.json
View file @
fb7326f3
...
...
@@ -17,7 +17,7 @@
"language"
:
"go"
,
"license"
:
"
MIT
"
,
"name"
:
"go-multiaddr"
,
"releaseCmd"
:
"git commit -a -m "
gx
publish
$VERSION
""
,
"releaseCmd"
:
"git commit -a -m
\
"
gx publish $VERSION
\
"
"
,
"version"
:
"1.1.2"
}
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