Updated travis.yml

This commit is contained in:
Carlos Salguero
2017-12-14 14:11:34 -03:00
parent 57f53d9a3d
commit 233a803b64
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ before_script:
- docker-compose exec mongo mongo --eval 'db.init.insert({})' - docker-compose exec mongo mongo --eval 'db.init.insert({})'
script: script:
- go test -timeout 1m $(dep ensure) - go test -timeout 1m $(./src/...)
notifications: notifications:
email: false email: false

3
Gopkg.lock generated
View File

@@ -58,8 +58,7 @@
[[projects]] [[projects]]
name = "github.com/percona/pmgo" name = "github.com/percona/pmgo"
packages = [".","pmgomock"] packages = [".","pmgomock"]
revision = "9566dc76df319b856a12f24a3b6852a0c6463eff" version = "0.5.2"
version = "0.5.1"
[[projects]] [[projects]]
name = "github.com/pkg/errors" name = "github.com/pkg/errors"