mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 20:04:02 +03:00
FILE / ScuroNeko/mtg
.travis.yml
Исходный файл и его история в репозитории.
21 lines
224 B
YAML
21 lines
224 B
YAML
---
|
|
|
|
language: go
|
|
sudo: false
|
|
dist: trusty
|
|
|
|
go:
|
|
- 1.13.x
|
|
- master
|
|
|
|
before_script: make prepare
|
|
|
|
script:
|
|
- make all
|
|
- make lint
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: master
|
|
- go: 1.14.x # because of golangci-lint
|