mastotool/.travis.yml

27 wiersze
250 B
YAML
Czysty Zwykły widok Historia

2018-11-22 03:35:59 +00:00
language: go
os:
- linux
- osx
go:
- 1.9.x
- 1.10.x
- 1.11.x
2019-08-07 04:35:50 +00:00
- 1.12.x
2019-09-18 00:05:00 +00:00
- 1.13.x
2018-11-22 03:35:59 +00:00
- tip
2019-08-07 04:36:00 +00:00
matrix:
allow_failures:
- go: tip
2019-08-07 04:37:35 +00:00
env:
global:
GO111MODULE=on
2018-11-22 03:35:59 +00:00
notifications:
email:
on_success: change
on_failure: always