fix build issue

This commit is contained in:
Tan Jiang 2016-12-05 01:05:50 +08:00
parent fac0bd9a30
commit 5bb053acbb

View File

@ -73,7 +73,7 @@ before_script:
- sudo sqlite3 /registry.db < make/common/db/registry_sqlite.sql
script:
- sudo service mysql-5.6 stop
- sudo service mysql stop
- sudo ./tests/testprepare.sh
- docker-compose -f ./make/docker-compose.test.yml up -d
- go list ./... | grep -v -E 'vendor|tests' | xargs -L1 fgt golint