Skip to content

Commit

Permalink
Add codecov submit line
Browse files Browse the repository at this point in the history
Appears to have gotten lost somewhere
  • Loading branch information
wjdp committed Nov 11, 2016
1 parent 6e21cc0 commit a85a0e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ script:
- go build -o bin/htmltest-$TRAVIS_OS_NAME -x cmd/main.go
- bin/htmltest-$TRAVIS_OS_NAME --conf htmldoc/fixtures/conf.yaml

after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- chmod +x bin/htmltest-$TRAVIS_OS_NAME

Expand Down

0 comments on commit a85a0e6

Please sign in to comment.