Commit fb7326f3 authored by Jeromy's avatar Jeromy

fix ci scripts

parent e29f2b15
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
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
......@@ -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"
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment