Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
f82fb889
Commit
f82fb889
authored
Nov 16, 2014
by
Taylor Gerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add goveralls to travis builds
parent
ddca1863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
.travis.yml
.travis.yml
+6
-0
No files found.
.travis.yml
View file @
f82fb889
...
@@ -10,6 +10,7 @@ install:
...
@@ -10,6 +10,7 @@ install:
-
go get github.com/golang/lint/golint
-
go get github.com/golang/lint/golint
-
go get code.google.com/p/go.tools/cmd/vet
-
go get code.google.com/p/go.tools/cmd/vet
-
go get code.google.com/p/go.tools/cmd/cover
-
go get code.google.com/p/go.tools/cmd/cover
-
go get github.com/mattn/goveralls
-
./install_deps.sh
-
./install_deps.sh
before_script
:
before_script
:
-
gofmt -l -w .
-
gofmt -l -w .
...
@@ -19,3 +20,8 @@ before_script:
...
@@ -19,3 +20,8 @@ before_script:
# - go test -race ./...
# - go test -race ./...
script
:
script
:
-
./gocoverage.sh
-
./gocoverage.sh
after_script
:
-
goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN
env
:
-
secure
:
"
U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
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