remove make build

This commit is contained in:
Scott Miller 2015-09-24 16:57:04 -04:00
parent b9bd2222fc
commit 806343319d

View File

@ -16,7 +16,6 @@ install:
script:
# TODO: Bring this back: - fgt golint
- make test
- make build
- ssh-keygen -f ~/.ssh/id_rsa -t rsa -N ''
- cp ~/.ssh/id_rsa id_rsa
- docker build -t "$DOCKER_USER"/ssh-chat:latest .