stringy/.travis.yml

12 lines
155 B
YAML
Raw Normal View History

2020-04-05 16:01:10 +03:00
language: go
sudo: false
go_import_path: github.com/gobeam/Stringy
go:
2020-04-05 16:16:03 +03:00
- 1.13
2020-04-05 16:01:10 +03:00
script:
- go test
after_success:
- bash <(curl -s https://codecov.io/bash)