Skip to content

Commit

Permalink
Tidied up travis yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCooney committed Aug 24, 2017
1 parent 8d8e4ff commit 2cadaa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ go:

install:
- go get gopkg.in/alecthomas/kingpin.v2
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get gopkg.in/jarcoal/httpmock.v1
- go install

script: go test ./ -cover -coverprofile=coverage.out -covermode=atomic
Expand Down

0 comments on commit 2cadaa5

Please sign in to comment.