good morning!!!!

Skip to content
Snippets Groups Projects
Commit be5fb0b3 authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Giving up with command line ql and travis.

parent 95a7f235
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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