diff --git a/.travis.yml b/.travis.yml index 1ff831315c2333de08a537f39d8e1e59da4fd679..3ba6abbd5331b3cd076f259f9a06938456644d26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,8 +46,9 @@ before_script: script: - cd $GOPATH/src/upper.io/db - - go test upper.io/db/mysql -bench=. - - go test upper.io/db/sqlite -bench=. - - go test upper.io/db/ql -bench=. - - go test upper.io/db/mongo -bench=. - - go test -v + - go test upper.io/db/postgresql + - go test upper.io/db/mysql + - go test upper.io/db/sqlite + - go test upper.io/db/ql + - go test upper.io/db/mongo + - go test