mirror of
https://github.com/Neur0toxine/bash.im-telegram-bot.git
synced 2024-11-21 20:56:10 +03:00
Fix for Travis CI
This commit is contained in:
parent
535f7723ce
commit
1a36f2a24a
@ -8,8 +8,9 @@ cache:
|
|||||||
go:
|
go:
|
||||||
- "1.12"
|
- "1.12"
|
||||||
script:
|
script:
|
||||||
- "make test"
|
- "go test ./src"
|
||||||
- "make build"
|
- "cd ./src && go build -o ./../build/bash_im_bot"
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
install: true
|
install:
|
||||||
|
- export GOPATH="$GOPATH:${TRAVIS_BUILD_DIR}"
|
Loading…
Reference in New Issue
Block a user