Updated travis.yml

This commit is contained in:
Carlos Salguero
2017-12-14 13:55:50 -03:00
parent ba96aa79a8
commit 57f53d9a3d

View File

@@ -23,8 +23,7 @@ matrix:
env:
install:
- go get -u github.com/Masterminds/glide
- glide install -v
- go get -u github.com/golang/dep/cmd/dep
before_script:
# run docker containers
@@ -37,7 +36,7 @@ before_script:
- docker-compose exec mongo mongo --eval 'db.init.insert({})'
script:
- go test -timeout 1m $(glide nv)
- go test -timeout 1m $(dep ensure)
notifications:
email: false