mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56: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
|
dist: xenial
|
||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/Neur0toxine/bash.im-telegram-bot
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/go-build
|
- $HOME/.cache/go-build
|
||||||
- $HOME/gopath/pkg/mod
|
- $HOME/gopath/pkg
|
||||||
go:
|
go:
|
||||||
- "1.12"
|
- "1.12"
|
||||||
script:
|
script:
|
||||||
- "make test"
|
- "make test"
|
||||||
- "make build"
|
- "make build"
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
install: true
|
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ PROJECT_DIR=$(shell pwd)
|
|||||||
GOPATH=$(PROJECT_DIR)
|
GOPATH=$(PROJECT_DIR)
|
||||||
SRC=$(PROJECT_DIR)/src
|
SRC=$(PROJECT_DIR)/src
|
||||||
BIN=$(PROJECT_DIR)/bin/bash_im_bot
|
BIN=$(PROJECT_DIR)/bin/bash_im_bot
|
||||||
|
GO111MODULE=on
|
||||||
|
|
||||||
build: fmt deps
|
build: fmt deps
|
||||||
@echo "- Building"
|
@echo "- Building"
|
||||||
|
Loading…
Reference in New Issue
Block a user