1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-26 13:48:53 +08:00

Update .travis.yml

This commit is contained in:
Drasko DRASKOVIC 2016-10-13 00:05:05 +02:00 committed by GitHub
parent 05f0fc776d
commit 2cd0e70d80

View File

@ -5,6 +5,8 @@ go:
before_install:
- sudo apt-get -qq update
before_script:
##
# Travis is running `go test -v ./...`
# and this runs tests in `vendor` directory also.