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-loggables
Commits
e632c9ca
Commit
e632c9ca
authored
7 years ago
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Travis CI to use standard test script and go 1.9.x.
parent
bb8a0d99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
.travis.yml
+6
-3
codecov.yml
codecov.yml
+3
-0
No files found.
.travis.yml
View file @
e632c9ca
...
...
@@ -2,10 +2,13 @@ language: go
sudo
:
false
go
:
-
1.
7
-
1.
9.x
-
tip
before_install
:
-
make deps
script
:
-
make test
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
env
:
TEST_NO_FUSE=1 TEST_VERBOSE=1
env
:
GOTFLAGS="-race"
This diff is collapsed.
Click to expand it.
codecov.yml
0 → 100644
View file @
e632c9ca
coverage
:
range
:
"
50...100"
comment
:
off
This diff is collapsed.
Click to expand it.
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