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
ld
go-ld-prime
Commits
a339c47a
Commit
a339c47a
authored
Jul 10, 2019
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(travis): don't send emails
parent
d245623d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.travis.yml
.travis.yml
+4
-1
No files found.
.travis.yml
View file @
a339c47a
...
...
@@ -7,6 +7,9 @@ env:
global
:
-
GO111MODULE=on
notifications
:
email
:
false
install
:
-
go mod download
...
...
@@ -19,4 +22,4 @@ script:
-
go test -race -short -coverprofile=coverage.txt ./...
after_success
:
-
bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
-
bash <(curl -s https://codecov.io/bash)
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