From bc9ae18df001a513bd7004b5ed3b3adba5b09587 Mon Sep 17 00:00:00 2001 From: Patrick O'brien Date: Tue, 16 Aug 2016 17:27:15 +1000 Subject: [PATCH] Patch go-junit-report --- circle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f057257..efab65e 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,8 @@ test: pre: - - go get github.com/jstemmer/go-junit-report + - mkdir -p $GOPATH/src/github.com/jstemmer + - git clone git@github.com:nullbio/go-junit-report.git $GOPATH/src/github.com/jstemmer + - go install github.com/jstemmer/go-junit-report - 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