Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
chore: change Travis CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deild committed May 25, 2018
1 parent 73a2cfa commit cfe4f7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ install: vgo vendor
script:
- vgo build -o golog .
- vgo test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_script: goveralls -service=travis-ci
after_success: bash <(curl -s https://codecov.io/bash)
after_success:
- goveralls -service=travis-ci
- bash <(curl -s https://codecov.io/bash)

0 comments on commit cfe4f7b

Please sign in to comment.