mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
15 lines
159 B
Go
15 lines
159 B
Go
language: go
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.x
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- ./test.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|