Skip to content

Commit

Permalink
Removed unnecessary install step to speed build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 committed Sep 20, 2018
1 parent a584820 commit be62fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
- docker
before_install:
- make checks
install:
- make deps
script:
- make bin-build docker-build
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ifdef NEEDS_BUILD_DOCKER
docker push $(NEW_IMAGE_TAG)
endif

bin-build: check-go deps ## Build the binary executable
bin-build: check-go ## Build the binary executable
ifdef NEEDS_BUILD_BIN
$(MAKE) build-cross
endif
Expand Down

0 comments on commit be62fc0

Please sign in to comment.