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({})'
script:
- go test -timeout 1m $(dep ensure)
- go test -timeout 1m $(./src/...)
notifications:
email: false