1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-08-08 08:33:59 +02:00

module: setup Travis CI

This commit is contained in:
cn
2018-12-13 16:33:37 +01:00
parent 2a0e220b8e
commit d419347dd3
3 changed files with 32 additions and 0 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
---
sudo: false
language: go
go:
- "1.11.x"
- master
env:
- GO111MODULE=on