1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 00:49:59 +03:00
moar/.travis.yml
2021-04-22 19:17:58 +02:00

14 lines
175 B
YAML

language: go
go:
- 1.16.x
jobs:
include:
- os: linux
dist: xenial
script: ./test.sh
- os: windows
script:
- go build
- go test -timeout 20s ./...