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-addrutil
Commits
72ec5447
Commit
72ec5447
authored
Nov 15, 2017
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use go 1.9.x and only run coverage on linux.
parent
45b836f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+5
-4
No files found.
.travis.yml
View file @
72ec5447
...
...
@@ -5,7 +5,7 @@ os:
language
:
go
go
:
-
1.
8
-
1.
9.x
install
:
true
...
...
@@ -13,11 +13,12 @@ before_install:
-
make deps
script
:
-
go vet
-
go test -v -race -coverprofile=coverage.txt -covermode=atomic .
-
go vet ./...
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then go test -v -race -coverprofile=coverage.txt -covermode=atomic .;
else go test -v -race .; fi
after_success
:
-
bash <(curl -s https://codecov.io/bash)
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
bash <(curl -s https://codecov.io/bash)
; fi
cache
:
directories
:
...
...
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