mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Add travis yaml
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
language: go
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
go:
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- master
|
||||
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
Reference in New Issue
Block a user