This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Merge pull request
#3
from alexflint/add_coveralls
add coveralls to .travis.yml
Alex Flint
10 years ago
parent
5185642348
6a22722d8c
commit
3bcc30f8fe
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
.travis.yml
+ 6
- 1
.travis.yml
View File
@ -1,4 +1,9 @@
language
:
go
go:
-
1.4
-
tip
before_install:
-
go get github.com/axw/gocov/gocov
-
go get github.com/mattn/goveralls
-
if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
-
$HOME/gopath/bin/goveralls -service=travis-ci
Write
Preview
Loading…
Cancel
Save