Fix circle golang path

This commit is contained in:
Patrick O'brien 2016-08-16 17:34:57 +10:00
parent bc9ae18df0
commit a9f0854dcf

View file

@ -1,7 +1,7 @@
test:
pre:
- mkdir -p $GOPATH/src/github.com/jstemmer
- git clone git@github.com:nullbio/go-junit-report.git $GOPATH/src/github.com/jstemmer
- mkdir -p /home/ubuntu/.go_workspace/src/github.com/jstemmer
- git clone git@github.com:nullbio/go-junit-report.git /home/ubuntu/.go_workspace/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