good morning!!!!

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

Temporary removing QL from travis tests. QL uses a _solaris.go file that...

Temporary removing QL from travis tests. QL uses a _solaris.go file that throws compile time errors on < go1.3.
parent 80fe6458
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ import (
_ "upper.io/db/mongo"
_ "upper.io/db/mysql"
_ "upper.io/db/postgresql"
_ "upper.io/db/ql"
// Temporary removing QL. It includes a _solaris.go file that produces
// compile time errors on < go1.3.
//_ "upper.io/db/ql"
_ "upper.io/db/sqlite"
)
......@@ -45,7 +47,7 @@ var wrappers = []string{
`mysql`,
`postgresql`,
`mongo`,
`ql`,
//`ql`,
}
const (
......
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