good morning!!!!

Skip to content
Snippets Groups Projects
Commit 49c3f7cb authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Attempt to fix travis test.

parent 56b89678
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@ install:
- go install github.com/cznic/ql/ql # ql command line util.
- mkdir ../../../upper.io
- ln -s $PWD ../../../upper.io/db
- go get ../...
- go get -t -d
- (cd $GOPATH/src/github.com/jmoiron/sqlx && git checkout ptrs) # Peter's branch.
- (cd $GOPATH/src/github.com/jmoiron/sqlx && git pull -a && git checkout ptrs) # Peter's branch.
# - go get upper.io/db/mongo
# - go get upper.io/db/mysql
# - go get upper.io/db/postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment