Updated .travis.yml

This commit is contained in:
Carlos Salguero
2017-12-14 15:28:26 -03:00
parent 233a803b64
commit 7e73603b7b

View File

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