From be5fb0b311365d06779644afc8e5af5c81bc70ad Mon Sep 17 00:00:00 2001
From: Carlos Nieto <jose.carlos@menteslibres.net>
Date: Sun, 13 Apr 2014 08:42:30 -0500
Subject: [PATCH] Giving up with command line ql and travis.

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a2667363..3eb80bab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,8 +10,8 @@ env:
 
 install:
   - sudo apt-get install bzr
-  - go get github.com/cznic/ql/ql # ql command line util.
-  - go install github.com/cznic/ql/ql # ql command line util.
+  # - go get github.com/cznic/ql/ql # ql command line util.
+  # - go install github.com/cznic/ql/ql # ql command line util.
   - go get upper.io/db/mongo
   - go get upper.io/db/mysql
   - go get upper.io/db/postgresql
@@ -27,7 +27,7 @@ before_script:
   - cat postgresql/_dumps/setup.sql | psql -U postgres
   - cat postgresql/_dumps/structs.sql | PGPASSWORD="upperio" psql -U upperio upperio_tests
   - mongo upperio_tests --eval 'db.addUser("upperio", "upperio")'
-  - cat ql/_dumps/structs.sql | $GOPATH/bin/ql -db ql/_dumps/test.db
+  # - cat ql/_dumps/structs.sql | $GOPATH/bin/ql -db ql/_dumps/test.db
 
 script:
   - go version
-- 
GitLab