remove more notifications.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-12-07 17:08:38 +08:00
parent 10cbf58b7d
commit 4975c6b7e3
3 changed files with 2 additions and 29 deletions

View File

@@ -10,4 +10,4 @@ sed -i"" -e "s/localhost/redis/g" gorush/status_test.go
sed -i"" -e "s/localhost/redis/g" storage/redis/redis_test.go
echo "install package and testing code coverage."
make install && coverage all
make dep_install && coverage all