From 9c9a4a6cb97f859d3784dc96852d1de6f602100f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net>
Date: Mon, 8 Jun 2015 13:14:01 -0500
Subject: [PATCH] Attempt to fix tests.

---
 .travis.yml | 3 +++
 README.md   | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index cad9991b..f70a6528 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,9 @@ install:
   - go get -v -t -d upper.io/v2/db/postgresql
   - go get -v -t -d upper.io/v2/db/mongo
   - go get -v -t -d upper.io/v2/db/ql
+  - go get -v github.com/pkieltyka/sqlx
+  - (cd $GOPATH/src/github.com/pkieltyka/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
   - export TRAVIS_BUILD_DIR=$GOPATH/src/upper.io/v2/db
 
 services:
diff --git a/README.md b/README.md
index 595c9b08..d8da77fe 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # upper.io/v2/db
 
+*V2 IS CURRENTLY IN DEVELOPMENT AND NOT YET READY TO USE*
+
 <center>
 <img src="https://upper.io/images/icon.svg" width="256" />
 </center>
-- 
GitLab