mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:14:02 +03:00
FILE / ScuroNeko/mtg
.travis.yml
Исходный файл и его история в репозитории.
19 lines
157 B
YAML
19 lines
157 B
YAML
---
|
|
|
|
language: go
|
|
sudo: false
|
|
dist: trusty
|
|
|
|
go:
|
|
- "1.9.x"
|
|
- "1.10.x"
|
|
- master
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|
|
|
|
cache:
|
|
directories:
|
|
- vendor
|