Merge pull request #78 from raizyr/sqlite3_is_cgo

https://github.com/mattn/go-sqlite3 is cgo, so CGO_ENABLED must be true
This commit is contained in:
Matthias Kadenbach 2016-01-11 23:38:19 -08:00
commit 5593c9892b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ go-build:
<<: *go
command: sh -c 'go get -v && go build -ldflags ''-s'' -o migrater'
environment:
CGO_ENABLED: 0
CGO_ENABLED: 1
postgres:
image: postgres
mysql: