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:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
sudo: false
|
||||
language: go
|
||||
go:
|
||||
- "1.11.x"
|
||||
- master
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
Reference in New Issue
Block a user