1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 09:01:30 +03:00
moar/.travis.yml
2021-04-15 13:12:32 +02:00

12 lines
173 B
YAML

language: go
go:
- 1.13.x
jobs:
include:
- os: linux
dist: xenial
script: ./test.sh
- os: windows
script: go test -timeout 20s github.com/walles/moar/m