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
dms3
go-ld-format
Commits
02c2da31
Unverified
Commit
02c2da31
authored
Jul 01, 2017
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Codecov instead of Coveralls
As we do in most other repos.
parent
83e84e7f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
.travis.yml
.travis.yml
+16
-16
No files found.
.travis.yml
View file @
02c2da31
os
:
-
linux
-
osx
sudo
:
false
language
:
go
language
:
go
go
:
-
1.7
install
:
true
before_install
:
-
make deps
-
'
tip'
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
gx install --global
script
:
-
go vet
-
$GOPATH/bin/goveralls -service="travis-ci"
-
gx test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
directories
:
-
$GOPATH/src/gx
notifications
:
email
:
false
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