1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00
moar/.travis.yml
Johan Walles 7a4e512bf6 Give "go test" more time on Windows
It took 14s in this Travis build...

https://app.travis-ci.com/github/walles/moar/jobs/536579072

... and I want more wiggle room, so increase the timeout to 30s.
2021-09-10 06:54:52 +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 30s ./...