1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 17:08:34 +03:00
moar/.travis.yml

12 lines
173 B
YAML
Raw Normal View History

2019-06-15 10:12:06 +03:00
language: go
go:
- 1.13.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 test -timeout 20s github.com/walles/moar/m