mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 12:46:10 +03:00
Possible fix for travis
This commit is contained in:
parent
590e8e0db0
commit
535f7723ce
@ -1,12 +1,15 @@
|
||||
go_import_path: github.com/Neur0toxine/bash.im-telegram-bot
|
||||
dist: xenial
|
||||
language: go
|
||||
go_import_path: github.com/Neur0toxine/bash.im-telegram-bot
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/go-build
|
||||
- $HOME/gopath/pkg/mod
|
||||
- $HOME/gopath/pkg
|
||||
go:
|
||||
- "1.12"
|
||||
script:
|
||||
- "make test"
|
||||
- "make build"
|
||||
- "make build"
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
install: true
|
Loading…
Reference in New Issue
Block a user