Stop travis from making binaries for now (#356)

* Disable this for now

* Minimize number of changes
This commit is contained in:
Matt Robinson 2018-09-14 13:18:19 -04:00 committed by Dennis Coyle
parent ee5f32b0f7
commit 0141c862f3

View File

@ -8,7 +8,6 @@ git:
services: services:
- redis - redis
- docker
before_install: before_install:
- source scripts/travis-deps.sh - source scripts/travis-deps.sh
@ -22,4 +21,3 @@ script:
- make test - make test
- goveralls -coverprofile=.coverprofile -service=travis-ci - goveralls -coverprofile=.coverprofile -service=travis-ci
- make test-captplanet - make test-captplanet
- make binaries