mirror of https://github.com/gobeam/stringy.git
12 lines
154 B
YAML
12 lines
154 B
YAML
|
language: go
|
||
|
sudo: false
|
||
|
go_import_path: github.com/gobeam/Stringy
|
||
|
go:
|
||
|
- 1.9
|
||
|
|
||
|
script:
|
||
|
- go test
|
||
|
|
||
|
after_success:
|
||
|
- bash <(curl -s https://codecov.io/bash)
|