run make test again

This commit is contained in:
Scott Miller 2015-09-24 12:32:25 -04:00
parent ee8e9d345e
commit b6ec26982d

View File

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