1
1
mirror of https://github.com/walles/moar.git synced 2024-10-26 21:13:11 +03:00
moar/.travis.yml

14 lines
175 B
YAML
Raw Normal View History

2019-06-15 10:12:06 +03:00
language: go
go:
2021-04-22 20:17:58 +03:00
- 1.16.x
2019-06-15 10:12:06 +03:00
2021-04-15 14:12:32 +03:00
jobs:
include:
- os: linux
dist: xenial
script: ./test.sh
- os: windows
script:
- go build
- go test -timeout 30s ./...