You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/.travis.yml

8 lines
145 B

language: go
go:
- master
after_success:
- CODECOV_TOKEN='8c97795f-daed-4374-8f21-619d54f55c38'
- bash <(curl -s https://codecov.io/bash)