good morning!!!!

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

Skipping go1.1 test and adding go install for ql.

parent b7d502b4
No related merge requests found
language: go
go:
- 1.1
# - 1.1 // QL does not compile on go1.2+.
- 1.2
- 1.2.1
......@@ -11,6 +11,7 @@ env:
install:
- sudo apt-get install bzr
- go get github.com/cznic/ql/ql
- go install github.com/cznic/ql/ql
- 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