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-cidutil
Commits
bd83ee2d
Commit
bd83ee2d
authored
Jan 07, 2019
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Travis CI.
parent
5fac29cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.travis.yml
.travis.yml
+24
-0
No files found.
.travis.yml
0 → 100644
View file @
bd83ee2d
sudo
:
false
language
:
go
go
:
-
'
tip'
install
:
-
go get github.com/whyrusleeping/gx
-
go get github.com/whyrusleeping/gx-go
-
gx install --global
script
:
-
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
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