1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 09:01:30 +03:00
moar/.travis.yml
Johan Walles 40c7a473c9 Run all tests in the source tree
Changed from "run all tests in github.com/walles/moar/m"
2021-04-19 08:41:09 +02:00

14 lines
175 B
YAML

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