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