Skip to content

Commit

Permalink
Remove travis
Browse files Browse the repository at this point in the history
Add codecov to circleci
  • Loading branch information
utahta committed Feb 18, 2018
1 parent c4b8c1b commit b6eba3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
- run: go get github.com/golang/dep/cmd/dep
- run: make install
- run:
name: Run tests
command: make test
name: Run tests and coverage
command: |
make test-coverage
bash <(curl -s https://codecov.io/bash)
"go-1.9":
docker:
Expand Down
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

0 comments on commit b6eba3d

Please sign in to comment.