Skip to content

Commit

Permalink
Fixes to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sklyar committed Jan 4, 2016
1 parent 218932c commit ec8c94d
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 @@ -9,7 +9,7 @@ before_install:
- pip install --user codecov

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

after_success:
- codecov
Expand Down

0 comments on commit ec8c94d

Please sign in to comment.