Updated .travis.yml

This commit is contained in:
Carlos Salguero
2017-12-14 15:33:36 -03:00
parent 7e73603b7b
commit ac2ecc087f

View File

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