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-tcp-transport
Commits
7596c750
Unverified
Commit
7596c750
authored
Dec 04, 2017
by
Steven Allen
Committed by
GitHub
Dec 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from libp2p/kevina/travsici
Update Travis CI to use standard test script.
parents
67ea8343
12c69720
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
.travis.yml
.travis.yml
+5
-6
Makefile
Makefile
+1
-5
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
View file @
7596c750
...
...
@@ -2,19 +2,18 @@ os:
-
linux
-
osx
sudo
:
false
language
:
go
go
:
-
1.9
install
:
true
-
1.9.x
before_
install
:
install
:
-
make deps
script
:
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
...
...
Makefile
View file @
7596c750
...
...
@@ -2,11 +2,7 @@ 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
deps
:
gx
gx
--verbose
install
--global
gx-go rewrite
...
...
codecov.yml
0 → 100644
View file @
7596c750
coverage
:
range
:
"
50...100"
comment
:
off
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