fix ci build task

This commit is contained in:
Arpad Ryszka 2017-11-05 05:07:55 +01:00
parent 327564ae66
commit 79fa303bed

View File

@ -54,7 +54,7 @@ clean:
@rm -f cpu.out
@go clean -i ./...
ci-trigger: deps build check-all check-fmt
ci-trigger: deps build check-full check-fmt
ifeq ($(TRAVIS_BRANCH)_$(TRAVIS_PULL_REQUEST), master_false)
make publish-coverage
endif