Skip to content

Commit

Permalink
Configure Travis and Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
laudney committed Nov 21, 2014
1 parent 5195430 commit bfde19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- go get -v github.com/golang/lint/golint
script:
- export PATH=$PATH:$HOME/gopath/bin
- go vet
- go vet ./...
- fgt golint .
- go test -v -covermode=count -coverprofile=profile.cov
after_success:
Expand Down

0 comments on commit bfde19e

Please sign in to comment.