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-cidranger
Commits
0eeec1c9
Commit
0eeec1c9
authored
Aug 21, 2020
by
Adin Schmahmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: use standard libp2p travis script
parent
dd8c75c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
8 deletions
+28
-8
.travis.yml
.travis.yml
+28
-8
No files found.
.travis.yml
View file @
0eeec1c9
os
:
-
linux
language
:
go
go
:
-
1.11.x
-
1.12.x
-
1.13.x
-
tip
before_install
:
-
travis_retry go get github.com/mattn/goveralls
-
1.14.x
-
1.15.x
env
:
global
:
-
GOTFLAGS="-race"
matrix
:
-
BUILD_DEPTYPE=gomod
# disable travis install
install
:
-
true
script
:
-
go test -v -covermode=count -coverprofile=coverage.out ./...
-
travis_retry $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
cache
:
directories
:
-
$GOPATH/pkg/mod
-
$HOME/.cache/go-build
notifications
:
email
:
false
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