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
mf
go-multiaddr
Commits
06f7d80a
Unverified
Commit
06f7d80a
authored
Feb 26, 2019
by
Jakub Sztandera
Committed by
GitHub
Feb 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #96 from multiformats/feat/better-travis
Update travis config
parents
02979942
b5f14795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
.travis.yml
.travis.yml
+16
-11
No files found.
.travis.yml
View file @
06f7d80a
os
:
-
linux
-
osx
language
:
go
go
:
-
1.1
0
.x
-
1.1
1
.x
install
:
true
env
:
global
:
-
GOTFLAGS="-race"
matrix
:
-
BUILD_DEPTYPE=gx
-
BUILD_DEPTYPE=gomod
before_install
:
-
make deps
# disable travis install
install
:
-
true
script
:
-
go vet
-
go test -race -coverprofile=coverage.txt -covermode=atomic
-
bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$GOPATH/src/gx
directories
:
-
$GOPATH/src/gx
-
$GOPATH/pkg/mod
-
/home/travis/.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