Skip to content

Commit

Permalink
small fix to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjohnsondev committed Feb 1, 2016
1 parent f57e4cb commit bcaf176
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
language: go
go:
- 1.2
before_install:
- go get github.com/axw/gocov/gocov
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go test -covermode=count -coverprofile=profile.cov
- $HOME/gopath/bin/goveralls -repotoken z9bxGeTThOUlkUvGFuZLJ6PezhGyLXCGL -coverprofile=profile.cov -service=travis-ci
- 1.5
1 change: 0 additions & 1 deletion Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Google Safe Browsing API
========================

[![Build Status](https://travis-ci.org/rjohnsondev/go-safe-browsing-api.svg)](https://travis-ci.org/rjohnsondev/go-safe-browsing-api)
[![Coverage Status](https://coveralls.io/repos/rjohnsondev/go-safe-browsing-api/badge.png?branch=master)](https://coveralls.io/r/rjohnsondev/go-safe-browsing-api?branch=master)

This library provides client functionality for version 3 of the Google safe
browsing API as per:
Expand Down
1 change: 1 addition & 0 deletions safebrowsing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import (
"crypto/sha256"
"io/ioutil"
"net/http"
"sync"
//"strings"
)

Expand Down

0 comments on commit bcaf176

Please sign in to comment.