Skip to content

Commit

Permalink
Fix travis, remove go.test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed May 6, 2017
1 parent f46c5f8 commit 9963a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- go get -u -t ./...

script:
- ./go.test.sh
- go test -v -race -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
12 changes: 0 additions & 12 deletions go.test.sh

This file was deleted.

0 comments on commit 9963a85

Please sign in to comment.