Skip to content

Commit

Permalink
simplify test process
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi77 committed Aug 9, 2018
1 parent 0a655eb commit 6edc8e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,8 @@ install:
- go get github.com/mattn/goveralls

script:
- ./travis.sh
- go test -v -covermode=count -coverprofile=coverage.out ./...
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

env:
global:
Expand Down
9 changes: 0 additions & 9 deletions travis.sh

This file was deleted.

0 comments on commit 6edc8e0

Please sign in to comment.