Fix for Travis CI

This commit is contained in:
Pavel 2019-06-09 21:16:30 +03:00
parent 535f7723ce
commit 1a36f2a24a

View File

@ -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}"