good morning!!!!

Skip to content
Snippets Groups Projects
Commit b78c6964 authored by Peter Kieltyka's avatar Peter Kieltyka
Browse files

Update travis install

parent c6be65a6
Branches
Tags
No related merge requests found
...@@ -28,9 +28,8 @@ install: ...@@ -28,9 +28,8 @@ install:
- go get -v -t -d upper.io/db/postgresql - go get -v -t -d upper.io/db/postgresql
- go get -v -t -d upper.io/db/mongo - go get -v -t -d upper.io/db/mongo
- go get -v -t -d upper.io/db/ql - go get -v -t -d upper.io/db/ql
- go get -v github.com/pkieltyka/sqlx - go get -v github.com/jmoiron/sqlx
- (cd $GOPATH/src/github.com/pkieltyka/sqlx && git pull -a && git checkout ptrs) # temporal fix - (cd $GOPATH/src/github.com/jmoiron/sqlx && git pull -a && git checkout ptrs) # temporal fix
- (cp -r $GOPATH/src/github.com/pkieltyka/sqlx/* $GOPATH/src/github.com/jmoiron/sqlx) # temporal fix
- (cd $GOPATH/src/github.com/jmoiron/sqlx && go build -a && go install) - (cd $GOPATH/src/github.com/jmoiron/sqlx && go build -a && go install)
- export TRAVIS_BUILD_DIR=$GOPATH/src/upper.io/db - export TRAVIS_BUILD_DIR=$GOPATH/src/upper.io/db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment