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
50fc7d34
Commit
50fc7d34
authored
Nov 17, 2017
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Travis CI to use standard test script.
parent
1c4cc486
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
.travis.yml
.travis.yml
+6
-6
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
View file @
50fc7d34
...
...
@@ -7,16 +7,16 @@ env:
-
IPFS_REUSEPORT=false
go
:
-
1.8
-
1.9
-
1.8
.x
-
1.9
.x
install
:
true
script
:
-
ulimit -n
2048
before_install
:
-
make deps
-
go vet
-
go test ./...
script
:
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
...
...
codecov.yml
0 → 100644
View file @
50fc7d34
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