Fix circle.yml

This commit is contained in:
Patrick O'brien 2016-09-03 02:26:18 +10:00
parent 9eab490f7d
commit 1650c35416

View file

@ -6,8 +6,7 @@ test:
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
- createdb -U ubuntu sqlboiler
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
- go get -u github.com/vattle/sqlboiler/cmd/sqlboiler
- sqlboiler postgres
- ./sqlboiler postgres
override:
- go test -v -race ./... > $CIRCLE_ARTIFACTS/gotest.txt
post: